[readdir] ->readdir() is gone

everything's converted to ->iterate()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
このコミットが含まれているのは:
Al Viro
2013-05-22 21:44:23 -04:00
コミット 2233f31aad
7個のファイルの変更13行の追加16行の削除

ファイルの表示

@@ -272,7 +272,7 @@ static int get_name(const struct path *path, char *name, struct dentry *child)
goto out;
error = -EINVAL;
if (!file->f_op->readdir && !file->f_op->iterate)
if (!file->f_op->iterate)
goto out_close;
buffer.name = name;