aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/group.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2014-10-09 15:24:35 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-09 22:25:45 -0400
commitcafbaae8afdb1e6cf9f4715aea2c897cf407ddfd (patch)
tree1d7a04186bd00102f32ef4909380a167e63ba4bf /fs/notify/group.c
parentcris: use Kbuild logic to include <asm-generic/sections.h> (diff)
downloadlinux-dev-cafbaae8afdb1e6cf9f4715aea2c897cf407ddfd.tar.xz
linux-dev-cafbaae8afdb1e6cf9f4715aea2c897cf407ddfd.zip
fs/notify/group.c: make fsnotify_final_destroy_group() static
No callers outside this file. Cc: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--fs/notify/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/group.c b/fs/notify/group.c
index ad1995980456..d16b62cb2854 100644
--- a/fs/notify/group.c
+++ b/fs/notify/group.c
@@ -31,7 +31,7 @@
/*
* Final freeing of a group
*/
-void fsnotify_final_destroy_group(struct fsnotify_group *group)
+static void fsnotify_final_destroy_group(struct fsnotify_group *group)
{
if (group->ops->free_group_priv)
group->ops->free_group_priv(group);