summaryrefslogtreecommitdiffstats
path: root/fs/pstore/inode.c
diff options
context:
space:
mode:
authorAnton Vorontsov2012-05-26 15:07:53 +0200
committerGreg Kroah-Hartman2012-06-14 01:52:40 +0200
commit364ed2f4653d7c86ebedcc116a9cb34fd272867c (patch)
tree78678b7ccbb30a4dcc285031e2759f04a5b1ac6d /fs/pstore/inode.c
parentpstore/ram: Should zap persistent zone on unlink (diff)
downloadkernel-qcow2-linux-364ed2f4653d7c86ebedcc116a9cb34fd272867c.tar.gz
kernel-qcow2-linux-364ed2f4653d7c86ebedcc116a9cb34fd272867c.tar.xz
kernel-qcow2-linux-364ed2f4653d7c86ebedcc116a9cb34fd272867c.zip
pstore/inode: Make pstore_fill_super() static
There's no reason to extern it. The patch fixes the annoying sparse warning: CHECK fs/pstore/inode.c fs/pstore/inode.c:264:5: warning: symbol 'pstore_fill_super' was not declared. Should it be static? Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/pstore/inode.c')
-rw-r--r--fs/pstore/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pstore/inode.c b/fs/pstore/inode.c
index aeb19e68e086..11a2aa2a56c4 100644
--- a/fs/pstore/inode.c
+++ b/fs/pstore/inode.c
@@ -258,7 +258,7 @@ fail:
return rc;
}
-int pstore_fill_super(struct super_block *sb, void *data, int silent)
+static int pstore_fill_super(struct super_block *sb, void *data, int silent)
{
struct inode *inode;