]> git.baikalelectronics.ru Git - kernel.git/commit
fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static
authorTushar Behera <tushar.behera@linaro.org>
Mon, 17 Dec 2012 23:59:40 +0000 (15:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:13 +0000 (17:15 -0800)
commitaabda0fa41399239d9c0fefab222b90ac9f1c9e0
tree50d1e6c969167be701ae916d47773733088b0199
parent2b6eaa9b4bf0626b8b7fac44754a3f0a8b02b2e0
fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static

Fixes following sparse warning:

  fs/notify/inode_mark.c:127:22: warning: symbol 'fsnotify_find_inode_mark_locked' was not declared. Should it be static?

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/notify/inode_mark.c