From: Rashika Kheria Date: Sun, 9 Feb 2014 13:06:27 +0000 (+0530) Subject: fs: Mark function as static in ext3/dir.c X-Git-Tag: v3.15-rc1~53^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ccb154c0e9b316999f518dd5fd0a4d2db3089af;p=pandora-kernel.git fs: Mark function as static in ext3/dir.c 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 Reviewed-by: Josh Triplett Signed-off-by: Jan Kara --- Reading git-diff-tree failed