linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Namjae Jeon <linkinjeon@gmail.com>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	linux-nfs@vger.kernel.org, Vivek Trivedi <vtrivedi018@gmail.com>
Subject: Re: [PATCH] nfsd: remove duplicate init in nfsd4_cb_recall
Date: Thu, 30 Aug 2012 16:32:34 -0400	[thread overview]
Message-ID: <20120830203234.GB23478@fieldses.org> (raw)
In-Reply-To: <1346249453-3549-1-git-send-email-linkinjeon@gmail.com>

On Wed, Aug 29, 2012 at 10:10:53AM -0400, Namjae Jeon wrote:
> remove duplicate init in nfsd4_cb_recall

Thanks, applying for 3.7.--b.

> 
> Signed-off-by: Namjae Jeon <linkinjeon@gmail.com>
> Signed-off-by: Vivek Trivedi <vtrivedi018@gmail.com>
> ---
>  fs/nfsd/nfs4callback.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c
> index 4c7bd35..bdf29c9 100644
> --- a/fs/nfsd/nfs4callback.c
> +++ b/fs/nfsd/nfs4callback.c
> @@ -1028,7 +1028,6 @@ void nfsd4_cb_recall(struct nfs4_delegation *dp)
>  	cb->cb_msg.rpc_cred = callback_cred;
>  
>  	cb->cb_ops = &nfsd4_cb_recall_ops;
> -	dp->dl_retries = 1;
>  
>  	INIT_LIST_HEAD(&cb->cb_per_client);
>  	cb->cb_done = true;
> -- 
> 1.7.9.5
> 

      reply	other threads:[~2012-08-30 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-29 14:10 [PATCH] nfsd: remove duplicate init in nfsd4_cb_recall Namjae Jeon
2012-08-30 20:32 ` J. Bruce Fields [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=20120830203234.GB23478@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=akpm@linux-foundation.org \
    --cc=linkinjeon@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=vtrivedi018@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).