This is a note to let you know that I've just added the patch titled NFSD: Add SPDX header for fs/nfsd/trace.c to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: nfsd-add-spdx-header-for-fs-nfsd-trace.c.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 657d26a5ae066b63f7d03e2e5b16bc1d17e19585 Author: Chuck Lever <chuck.lever@xxxxxxxxxx> Date: Thu Aug 27 16:09:53 2020 -0400 NFSD: Add SPDX header for fs/nfsd/trace.c [ Upstream commit f45a444cfe582b85af937a30d35d68d9a84399dd ] Clean up. The file was contributed in 2014 by Christoph Hellwig in commit 31ef83dc0538 ("nfsd: add trace events"). Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/fs/nfsd/trace.c b/fs/nfsd/trace.c index 90967466a1e56..f008b95ceec2e 100644 --- a/fs/nfsd/trace.c +++ b/fs/nfsd/trace.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #define CREATE_TRACE_POINTS #include "trace.h"