All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuck Lever <chuck.lever@oracle.com>
To: linux-nfs@vger.kernel.org
Cc: hch@lst.de
Subject: [PATCH] NFSD: Fix licensing header in filecache.c
Date: Mon, 31 Oct 2022 09:53:26 -0400	[thread overview]
Message-ID: <166722440655.129596.2850004689493079984.stgit@klimt.1015granger.net> (raw)

Add a missing SPDX header.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 fs/nfsd/filecache.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c
index 965c7b13fddc..dcf9c6ca412a 100644
--- a/fs/nfsd/filecache.c
+++ b/fs/nfsd/filecache.c
@@ -1,5 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
- * Open file cache.
+ * The NFSD open file cache.
  *
  * (c) 2015 - Jeff Layton <jeff.layton@primarydata.com>
  */



             reply	other threads:[~2022-10-31 13:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31 13:53 Chuck Lever [this message]
2022-10-31 15:39 ` [PATCH] NFSD: Fix licensing header in filecache.c Jeff Layton
  -- strict thread matches above, loose matches on Subject: below --
2022-10-26 14:35 [PATCH] nfsd: fix " Jeff Layton
2022-10-26 14:36 ` Chuck Lever III
2022-10-31  8:01 ` Christoph Hellwig
2022-10-31 13:21   ` Chuck Lever III
2022-10-31 13:31     ` Christoph Hellwig
2022-10-31 13:48       ` Jeff Layton
2022-10-31 13:49         ` Chuck Lever III

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=166722440655.129596.2850004689493079984.stgit@klimt.1015granger.net \
    --to=chuck.lever@oracle.com \
    --cc=hch@lst.de \
    --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.