From: Zheng Liu Date: Sat, 2 Mar 2013 22:24:05 +0000 (-0500) Subject: ext4: fix a warning from sparse check for ext4_dir_llseek X-Git-Tag: v3.9-rc1~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e439549127d3ca544482551f5f1af4f114debd;p=pandora-kernel.git ext4: fix a warning from sparse check for ext4_dir_llseek ext4_dir_llseek is only used as a callback function, and no one calls it directly. So make it as a static function in order to remove a warning message from sparse check. Signed-off-by: Zheng Liu Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed