summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2025-03-10 00:06:29 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2025-11-17 23:59:27 -0500
commitfc45aee66223253ec5547094d7552819914abdfb (patch)
treeebeacdec5d9b3c8d611ae6a2da87136ebc6e50b7 /Documentation/filesystems
parent4433d8e25d73a619c7d855cca8100d0eea89abda (diff)
get rid of kill_litter_super()
Not used anymore. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/porting.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst
index 7233b04668fc..4921b3b0662a 100644
--- a/Documentation/filesystems/porting.rst
+++ b/Documentation/filesystems/porting.rst
@@ -1309,3 +1309,10 @@ a different length, use
vfs_parse_fs_qstr(fc, key, &QSTR_LEN(value, len))
instead.
+
+---
+
+**mandatory**
+
+kill_litter_super() is gone; convert to DCACHE_PERSISTENT use (as all
+in-tree filesystems have done).