[PATCH] update dcache documentation

Christoph Hellwig (hch@lst.de)
Tue, 29 Apr 2003 15:44:44 +0200


Update the dcache section in Documentation/filesystems/Locking to match
reality. Note that there's other parts of this file that are badly out
of date - I'll look into it later.

--- 1.40/Documentation/filesystems/Locking Fri Feb 14 21:26:42 2003
+++ edited/Documentation/filesystems/Locking Mon Apr 21 10:54:15 2003
@@ -18,13 +18,13 @@

locking rules:
none have BKL
- dcache_lock may block
-d_revalidate: no yes
-d_hash no yes
-d_compare: no no
-d_delete: yes no
-d_release: no yes
-d_iput: no yes
+ dcache_lock rename_lock ->d_lock may block
+d_revalidate: no no no yes
+d_hash no no no yes
+d_compare: no yes no no
+d_delete: yes no yes no
+d_release: no no no yes
+d_iput: no no no yes

--------------------------- inode_operations ---------------------------
prototypes:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/