diff options
Diffstat (limited to 'Documentation/filesystems/porting')
-rw-r--r-- | Documentation/filesystems/porting | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index 56750b714d1e..690f573928b9 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting | |||
@@ -434,5 +434,5 @@ d_make_root() drops the reference to inode if dentry allocation fails. | |||
434 | 434 | ||
435 | -- | 435 | -- |
436 | [mandatory] | 436 | [mandatory] |
437 | The witch is dead! Well, 1/3 of it, anyway. ->d_revalidate() does *not* | 437 | The witch is dead! Well, 2/3 of it, anyway. ->d_revalidate() and |
438 | take struct nameidata anymore; just the flags. | 438 | ->lookup() do *not* take struct nameidata anymore; just the flags. |