[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200131130421.26qcmfvgaspqdqjr@f53c9c00458a>
Date: Fri, 31 Jan 2020 21:04:21 +0800
From: kbuild test robot <lkp@...el.com>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: kbuild-all@...ts.01.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [RFC PATCH linux-next] fs_param_bad_value() can be static
Fixes: 2552e0ea2d71 ("turn fs_param_is_... into functions")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
fs_parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fs_parser.c b/fs/fs_parser.c
index 834e0902fe7d3..5e059592d4b6c 100644
--- a/fs/fs_parser.c
+++ b/fs/fs_parser.c
@@ -188,7 +188,7 @@ int fs_lookup_param(struct fs_context *fc,
}
EXPORT_SYMBOL(fs_lookup_param);
-int fs_param_bad_value(struct p_log *log, struct fs_parameter *param)
+static int fs_param_bad_value(struct p_log *log, struct fs_parameter *param)
{
return inval_plog(log, "Bad value for '%s'", param->key);
}
Powered by blists - more mailing lists