linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Fabian Frederick <fabf@skynet.be>
Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1 linux-next] sunrpc: use DEFINE_SPINLOCK()
Date: Tue, 6 Dec 2016 14:19:23 -0500	[thread overview]
Message-ID: <20161206191923.GE31197@fieldses.org> (raw)
In-Reply-To: <1480855528-19620-1-git-send-email-fabf@skynet.be>

Thanks, applying for 4.10.--b.

On Sun, Dec 04, 2016 at 01:45:28PM +0100, Fabian Frederick wrote:
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
>  net/sunrpc/svcauth.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/net/sunrpc/svcauth.c b/net/sunrpc/svcauth.c
> index 69841db..e112da8 100644
> --- a/net/sunrpc/svcauth.c
> +++ b/net/sunrpc/svcauth.c
> @@ -124,8 +124,7 @@ EXPORT_SYMBOL_GPL(svc_auth_unregister);
>  #define	DN_HASHMAX	(1<<DN_HASHBITS)
>  
>  static struct hlist_head	auth_domain_table[DN_HASHMAX];
> -static spinlock_t	auth_domain_lock =
> -	__SPIN_LOCK_UNLOCKED(auth_domain_lock);
> +static DEFINE_SPINLOCK(auth_domain_lock);
>  
>  void auth_domain_put(struct auth_domain *dom)
>  {
> -- 
> 2.7.4

      reply	other threads:[~2016-12-06 19:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-04 12:45 [PATCH 1/1 linux-next] sunrpc: use DEFINE_SPINLOCK() Fabian Frederick
2016-12-06 19:19 ` 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=20161206191923.GE31197@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=fabf@skynet.be \
    --cc=linux-kernel@vger.kernel.org \
    --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).