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: NAl Viro <viro@zeniv.linux.org.uk>
Showing
想要评论请 注册 或 登录
Only readdir() really needed it, and that's easily fixable by switch to
generic_file_llseek()
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>