diff options
Diffstat (limited to 'fs/smbfs/inode.c')
| -rw-r--r-- | fs/smbfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smbfs/inode.c b/fs/smbfs/inode.c index e4680598c3c1..4765aaac9fd2 100644 --- a/fs/smbfs/inode.c +++ b/fs/smbfs/inode.c @@ -493,7 +493,7 @@ smb_put_super(struct super_block *sb) smb_kfree(server); } -int smb_fill_super(struct super_block *sb, void *raw_data, int silent) +static int smb_fill_super(struct super_block *sb, void *raw_data, int silent) { struct smb_sb_info *server; struct smb_mount_data_kernel *mnt; |
