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 4db22f6491e0..85a4a033bae7 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting | |||
@@ -445,3 +445,6 @@ object doesn't exist. It's remote/distributed ones that might care... | |||
445 | [mandatory] | 445 | [mandatory] |
446 | FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate() | 446 | FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate() |
447 | in your dentry operations instead. | 447 | in your dentry operations instead. |
448 | -- | ||
449 | [mandatory] | ||
450 | vfs_readdir() is gone; switch to iterate_dir() instead | ||