diff options
Diffstat (limited to 'Documentation/filesystems/porting')
-rw-r--r-- | Documentation/filesystems/porting | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index 85a4a033bae7..206a1bdc7321 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting | |||
@@ -448,3 +448,6 @@ in your dentry operations instead. | |||
448 | -- | 448 | -- |
449 | [mandatory] | 449 | [mandatory] |
450 | vfs_readdir() is gone; switch to iterate_dir() instead | 450 | vfs_readdir() is gone; switch to iterate_dir() instead |
451 | -- | ||
452 | [mandatory] | ||
453 | ->readdir() is gone now; switch to ->iterate() | ||