[pnfs] [PATCH] Fix "VFS: Busy inodes after unmount error." in 2.6-latest
Labiaga, Ricardo
Ricardo.Labiaga at netapp.com
Mon Oct 29 21:52:11 EDT 2007
The bug was introduced during the port of the v4.1 sessions to
2.6-latest. I'll go ahead and integrate this fix into 2.6-latest.
- ricardo
> -----Original Message-----
> From: Labiaga, Ricardo
> Sent: Monday, October 29, 2007 6:43 PM
> To: pnfs at linux-nfs.org
> Cc: Labiaga, Ricardo
> Subject: [PATCH] Fix "VFS: Busy inodes after unmount error."
> in 2.6-latest
>
> ---
> 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