[pnfs] [PATCH] Fix "VFS: Busy inodes after unmount error." in 2.6-latest
Ricardo Labiaga
ricardo.labiaga at netapp.com
Mon Oct 29 21:43:02 EDT 2007
---
fs/nfs/getroot.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/nfs/getroot.c b/fs/nfs/getroot.c
index 7d7c9fa..d1cbf0a 100644
--- a/fs/nfs/getroot.c
+++ b/fs/nfs/getroot.c
@@ -253,7 +253,6 @@ struct dentry *nfs4_get_root(struct super_block *sb, struct nfs_fh *mntfh)
fattr.nlink = 2;
iroot = nfs_fhget(sb, &dummyfh, &fattr);
- iroot = nfs_fhget(sb, mntfh, &fattr);
if (IS_ERR(iroot))
return ERR_PTR(PTR_ERR(iroot));
--
1.5.3.3
More information about the pNFS
mailing list