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)
commitac5f121b8f2cad52b7671f9af872f8761b0ea1d4
tree50d1e6c969167be701ae916d47773733088b0199
parent965c8e59cfcf845ecde2265a1d1bfee5f011d302
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
This page took 0.028127 seconds and 5 git commands to generate.