aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/porting
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/porting')
-rw-r--r--Documentation/filesystems/porting5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting
index b8d3ddd8b8db..d392d4b0c393 100644
--- a/Documentation/filesystems/porting
+++ b/Documentation/filesystems/porting
@@ -663,3 +663,8 @@ in your dentry operations instead.
663 there, but that's it. Freeing memory in the callback is fine; doing 663 there, but that's it. Freeing memory in the callback is fine; doing
664 more than that is possible, but requires a lot of care and is best 664 more than that is possible, but requires a lot of care and is best
665 avoided. 665 avoided.
666--
667[mandatory]
668 DCACHE_RCUACCESS is gone; having an RCU delay on dentry freeing is the
669 default. DCACHE_NORCU opts out, and only d_alloc_pseudo() has any
670 business doing so.