[readdir] ->readdir() is gone

everything's converted to ->iterate()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-05-22 21:44:23 -04:00
parent 2de5f059c4
commit 2233f31aad
7 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -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;