]> git.baikalelectronics.ru Git - kernel.git/commit
inotify_user.c: make local symbol static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 14 May 2010 20:35:21 +0000 (15:35 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:59:02 +0000 (09:59 -0400)
commitb2cfcbd4027d4cd9fcfaae898cb73872f9952fff
tree3d703177948eb345379b93751d343d798c6e33cf
parent9d23e98abbacb49b6e36c97a1986fc50fe9b495b
inotify_user.c: make local symbol static

The symbol inotify_max_user_watches is not used outside this
file and should be static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: John McCutchan <john@johnmccutchan.com>
Cc: Robert Love <rlove@rlove.org>
Cc: Eric Paris <eparis@parisplace.org>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/inotify/inotify_user.c