[RFC PATCH] fs: bind: to_bind_data() can be static

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

 



Fixes: 9f2fd15ca3f4 ("fs: bind: add configfs type for bind mounts")
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
 bind.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/bind.c b/fs/bind.c
index eea4e6cd51087..c335fef21db4a 100644
--- a/fs/bind.c
+++ b/fs/bind.c
@@ -25,7 +25,7 @@ struct bind_data {
 	struct file	*retfile;
 };
 
-struct bind_data *to_bind_data(const struct configfd_context *cfc)
+static struct bind_data *to_bind_data(const struct configfd_context *cfc)
 {
 	return cfc->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