lkml.org 
[lkml]   [2015]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] fs: namespace: to_mnt_ns should be static
Date
Fixes the following sparse warning:

fs/namespace.c:1654:22: warning: symbol 'to_mnt_ns' was not declared.
Should it be static?

Signed-off-by: Geliang Tang <geliangtang@163.com>
---
fs/namespace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/namespace.c b/fs/namespace.c
index 0570729..37af1ba 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1651,7 +1651,7 @@ static bool is_mnt_ns_file(struct dentry *dentry)
dentry->d_fsdata == &mntns_operations;
}

-struct mnt_namespace *to_mnt_ns(struct ns_common *ns)
+static struct mnt_namespace *to_mnt_ns(struct ns_common *ns)
{
return container_of(ns, struct mnt_namespace, ns);
}
--
2.5.0



\
 
 \ /
  Last update: 2015-09-27 17:01    [W:0.037 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site