get rid of BKL in fs/efs
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Jun 2009 03:35:46 +0000 (23:35 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Jun 2009 04:36:36 +0000 (00:36 -0400)
Only readdir() really needed it, and that's easily fixable by switch to
generic_file_llseek()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found