[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191221183612.pdxvwnkqouoytjvj@4978f4969bb8>
Date: Sun, 22 Dec 2019 02:36:12 +0800
From: kbuild test robot <lkp@...el.com>
To: Laura Abbott <labbott@...hat.com>
Cc: kbuild-all@...ts.01.org, Al Viro <viro@...IV.linux.org.uk>,
David Howells <dhowells@...hat.com>,
Laura Abbott <labbott@...hat.com>,
Jeremi Piotrowski <jeremi.piotrowski@...il.com>,
Linux FS Devel <linux-fsdevel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Phillip Lougher <phillip@...ashfs.org.uk>,
linux-kernel@...r.kernel.org, Ilya Dryomov <idryomov@...il.com>
Subject: [RFC PATCH] vfs: generic_fs_parameters can be static
Fixes: fa45c7e4862f ("vfs: Handle file systems without ->parse_params better")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
fs_context.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fs_context.c b/fs/fs_context.c
index 8c5dc131e29ac..604f1a3d73aac 100644
--- a/fs/fs_context.c
+++ b/fs/fs_context.c
@@ -116,7 +116,7 @@ static const struct fs_parameter_spec generic_fs_param_specs[] = {
{}
};
-const struct fs_parameter_description generic_fs_parameters = {
+static const struct fs_parameter_description generic_fs_parameters = {
.name = "generic_fs",
.specs = generic_fs_param_specs,
};
Powered by blists - more mailing lists