[RFC PATCH] fs: vboxsf_parse_monolithic() can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fixes: 4de97a2666c6 ("fs: Add VirtualBox guest shared folder (vboxsf) support")
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
 super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/vboxsf/super.c b/fs/vboxsf/super.c
index f53d5ce823c48..65363c4d49e55 100644
--- a/fs/vboxsf/super.c
+++ b/fs/vboxsf/super.c
@@ -379,7 +379,7 @@ static int vboxsf_setup(void)
 	return err;
 }
 
-int vboxsf_parse_monolithic(struct fs_context *fc, void *data)
+static int vboxsf_parse_monolithic(struct fs_context *fc, void *data)
 {
 	char *options = data;
 



[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux