]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix a warning from sparse check for ext4_dir_llseek
authorZheng Liu <wenqing.lz@taobao.com>
Sat, 2 Mar 2013 22:24:05 +0000 (17:24 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 2 Mar 2013 22:24:05 +0000 (17:24 -0500)
commit33e69bd224cd498da6a438bedc6e84280c538c3c
treeb0c16bce8e6b6273cedf0df32ad7ceea85053060
parent01e0b7f0f593e125776b531d5ca2fc56da674ec5
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 <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/dir.c