summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>2016-09-10 20:34:22 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2016-09-10 20:34:22 +1000
commitfbf7f3a3340673c2b1ad3c2d33790e69c3166a6f (patch)
treef02ecafa8b93d893c10241782b0d14af2b9df653 /fs
parenta02c2b66c4dfabda631347c33b939ccc6e755b9f (diff)
downloadlinux-fbf7f3a3340673c2b1ad3c2d33790e69c3166a6f.tar.gz
linux-fbf7f3a3340673c2b1ad3c2d33790e69c3166a6f.tar.xz
autofs: drop unnecessary extern in autofs_i.h
autofs4_kill_sb() doesn't need to be declared as extern, and no other functions in .h are explicitly declared as extern. Link: http://lkml.kernel.org/r/20160812024739.12352.99354.stgit@pluto.themaw.net Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/autofs4/autofs_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h
index a439548de785..eb870551a7cf 100644
--- a/fs/autofs4/autofs_i.h
+++ b/fs/autofs4/autofs_i.h
@@ -271,4 +271,4 @@ static inline void autofs4_del_expiring(struct dentry *dentry)
}
}
-extern void autofs4_kill_sb(struct super_block *);
+void autofs4_kill_sb(struct super_block *);