diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-31 01:22:04 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-19 13:02:11 -0500 |
| commit | 78d28e651f97866d608d9b41f8ad291e65d47dd5 (patch) | |
| tree | 4243cc08efdff169cc35c4982a0c962bd0e14cec /Documentation/filesystems/porting | |
| parent | e63fa0d458eb038e5f192fefde1b708718ec9190 (diff) | |
kill f_dentry macro
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation/filesystems/porting')
| -rw-r--r-- | Documentation/filesystems/porting | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index b6b55a9cffee..fa2db081505e 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting | |||
| @@ -467,3 +467,7 @@ in your dentry operations instead. | |||
| 467 | [mandatory] | 467 | [mandatory] |
| 468 | d_materialise_unique() is gone; d_splice_alias() does everything you | 468 | d_materialise_unique() is gone; d_splice_alias() does everything you |
| 469 | need now. Remember that they have opposite orders of arguments ;-/ | 469 | need now. Remember that they have opposite orders of arguments ;-/ |
| 470 | -- | ||
| 471 | [mandatory] | ||
| 472 | f_dentry is gone; use f_path.dentry, or, better yet, see if you can avoid | ||
| 473 | it entirely. | ||
