From 2c2fb6a9478aea297b9458c5c312a502eea060a6 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 11 Feb 2012 14:45:17 +0100 Subject: fs: make locally used function get_mtab_entry_by_path static Signed-off-by: Sascha Hauer --- fs/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/fs.c b/fs/fs.c index 3dfbaaa361..afa0198b6e 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -170,7 +170,7 @@ EXPORT_SYMBOL(normalise_path); LIST_HEAD(mtab_list); static struct mtab_entry *mtab_root; -struct mtab_entry *get_mtab_entry_by_path(const char *_path) +static struct mtab_entry *get_mtab_entry_by_path(const char *_path) { struct mtab_entry *e = NULL; char *path, *tok; -- cgit v1.2.3