summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 9451011ac014..10090f11ab95 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -151,7 +151,7 @@ struct dentry_operations {
151 151
152/* 152/*
153 * Locking rules for dentry_operations callbacks are to be found in 153 * Locking rules for dentry_operations callbacks are to be found in
154 * Documentation/filesystems/Locking. Keep it updated! 154 * Documentation/filesystems/locking.rst. Keep it updated!
155 * 155 *
156 * FUrther descriptions are found in Documentation/filesystems/vfs.rst. 156 * FUrther descriptions are found in Documentation/filesystems/vfs.rst.
157 * Keep it updated too! 157 * Keep it updated too!