From: Benny Halevy <bhalevy@panasas.com>
To: andros@netapp.com
Cc: bharrosh@panasas.com, linux-nfs@vger.kernel.org
Subject: Re: [PATCH 1/1] SQUASHME pnfs_submit: move unmount_pnfs_layoutdriver call
Date: Wed, 12 May 2010 09:52:17 +0300 [thread overview]
Message-ID: <4BEA5021.1080406@panasas.com> (raw)
In-Reply-To: <1273616691-4299-1-git-send-email-andros@netapp.com>
On 2010-05-12 01:24, andros@netapp.com wrote:
> From: Andy Adamson <andros@netapp.com>
>
> from nfs4_kill_super to nfs_free_server. Fixes a bug reported by Boaz Harrosh
> where the deviceid cache is not defererenced on super block creation error or
> for two mounts that share a super block.
Looks good to me.
Thanks!
Benny
>
> Signed-off-by: Andy Adamson <andros@netapp.com>
> ---
> fs/nfs/client.c | 9 +++++++++
> fs/nfs/super.c | 3 ---
> 2 files changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/fs/nfs/client.c b/fs/nfs/client.c
> index 56f3d50..0337330 100644
> --- a/fs/nfs/client.c
> +++ b/fs/nfs/client.c
> @@ -884,6 +884,14 @@ static void nfs4_init_pnfs(struct nfs_server *server, struct nfs_fsinfo *fsinfo)
> #endif /* CONFIG_NFS_V4_1 */
> }
>
> +static void nfs4_uninit_pnfs(struct nfs_server *server)
> +{
> +#if defined(CONFIG_NFS_V4_1)
> + if (nfs4_has_session(server->nfs_client))
> + unmount_pnfs_layoutdriver(server);
> +#endif /* CONFIG_NFS_V4_1 */
> +}
> +
> /*
> * Load up the server record from information gained in an fsinfo record
> */
> @@ -1039,6 +1047,7 @@ void nfs_free_server(struct nfs_server *server)
> {
> dprintk("--> nfs_free_server()\n");
>
> + nfs4_uninit_pnfs(server);
> spin_lock(&nfs_client_lock);
> list_del(&server->client_link);
> list_del(&server->master_link);
> diff --git a/fs/nfs/super.c b/fs/nfs/super.c
> index 5fc60cf..7822187 100644
> --- a/fs/nfs/super.c
> +++ b/fs/nfs/super.c
> @@ -2799,9 +2799,6 @@ static void nfs4_kill_super(struct super_block *sb)
> dprintk("--> %s\n", __func__);
> nfs_super_return_all_delegations(sb);
> kill_anon_super(sb);
> -#ifdef CONFIG_NFS_V4_1
> - unmount_pnfs_layoutdriver(server);
> -#endif
> nfs_fscache_release_super_cookie(sb);
> nfs_free_server(server);
> dprintk("<-- %s\n", __func__);
prev parent reply other threads:[~2010-05-12 6:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-11 22:24 [PATCH 1/1] SQUASHME pnfs_submit: move unmount_pnfs_layoutdriver call andros
2010-05-12 6:52 ` Benny Halevy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BEA5021.1080406@panasas.com \
--to=bhalevy@panasas.com \
--cc=andros@netapp.com \
--cc=bharrosh@panasas.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.