commit | 2233f31aade393641f0eaed43a71110e629bb900 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Wed May 22 21:44:23 2013 -0400 |
committer | Al Viro <[email protected]> | Sat Jun 29 12:57:04 2013 +0400 |
tree | 3993793028cb6c8dae41d407cb2217d221d9399c | |
parent | 2de5f059c4422e357b7df021b487a37b1d61356b [diff] [blame] |
[readdir] ->readdir() is gone everything's converted to ->iterate() Signed-off-by: Al Viro <[email protected]>
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index 85a4a03..206a1bd 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting
@@ -448,3 +448,6 @@ -- [mandatory] vfs_readdir() is gone; switch to iterate_dir() instead +-- +[mandatory] + ->readdir() is gone now; switch to ->iterate()