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)
commite7ec952f6aa6ac1649ac49eb5e4de5b92c829d1e
treecfe58a2f9b82ab94bd5ddbbaefb38b4790bdc65c
parent536c94901eb8f2eb6fccf81ae6be814899a9f6e8
get rid of BKL in fs/efs

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>
fs/efs/dir.c
fs/efs/namei.c
fs/efs/symlink.c