fs: Mark function as static in ext3/dir.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 13:06:27 +0000 (18:36 +0530)
committerJan Kara <jack@suse.cz>
Mon, 3 Mar 2014 10:30:59 +0000 (11:30 +0100)
Mark function as static in ext3/dir.c because it is not used outside
this file.

This also eliminates the following warning in ext3/dir.c:
fs/ext3/dir.c:278:8: warning: no previous prototype for ‘ext3_dir_llseek’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found