diff --git a/[refs] b/[refs] index 659249f2b028..ce17cb41054a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93cce049682a1aebd49766f29af363e5b8770aed +refs/heads/master: 364ed2f4653d7c86ebedcc116a9cb34fd272867c diff --git a/trunk/fs/pstore/inode.c b/trunk/fs/pstore/inode.c index aeb19e68e086..11a2aa2a56c4 100644 --- a/trunk/fs/pstore/inode.c +++ b/trunk/fs/pstore/inode.c @@ -258,7 +258,7 @@ int pstore_mkfile(enum pstore_type_id type, char *psname, u64 id, 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;