linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Kinglong Mee <kinglongmee@gmail.com>
Cc: linux-nfs@vger.kernel.org
Subject: Re: [PATCH] nfsd: get rid of unused function definition
Date: Thu, 19 Dec 2013 13:55:15 -0500	[thread overview]
Message-ID: <20131219185515.GA6951@fieldses.org> (raw)
In-Reply-To: <52AE6A11.3020307@gmail.com>

On Mon, Dec 16, 2013 at 10:48:49AM +0800, Kinglong Mee wrote:
> commit 557ce2646e775f6bda734dd92b10d4780874b9c7 
> "nfsd41: replace page based DRC with buffer based DRC"
> have remove unused nfsd4_set_statp, but miss the function definition.

Thanks, applying.  (May not actually get pushed out till the new year.)

--b.

> 
> Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
> ---
>  fs/nfsd/cache.h | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/fs/nfsd/cache.h b/fs/nfsd/cache.h
> index d5c5b3e..b582f9a 100644
> --- a/fs/nfsd/cache.h
> +++ b/fs/nfsd/cache.h
> @@ -84,12 +84,4 @@ int	nfsd_cache_lookup(struct svc_rqst *);
>  void	nfsd_cache_update(struct svc_rqst *, int, __be32 *);
>  int	nfsd_reply_cache_stats_open(struct inode *, struct file *);
>  
> -#ifdef CONFIG_NFSD_V4
> -void	nfsd4_set_statp(struct svc_rqst *rqstp, __be32 *statp);
> -#else  /* CONFIG_NFSD_V4 */
> -static inline void nfsd4_set_statp(struct svc_rqst *rqstp, __be32 *statp)
> -{
> -}
> -#endif /* CONFIG_NFSD_V4 */
> -
>  #endif /* NFSCACHE_H */
> -- 
> 1.8.4.2

  reply	other threads:[~2013-12-19 18:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16  2:48 [PATCH] nfsd: get rid of unused function definition Kinglong Mee
2013-12-19 18:55 ` J. Bruce Fields [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-05  3:07 Kinglong Mee
2013-12-05 14:57 ` J. Bruce Fields

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=20131219185515.GA6951@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=kinglongmee@gmail.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 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).