Commit 06657d11 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] update dcache documentation

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.
parent 5a28d7ea
......@@ -18,13 +18,13 @@ prototypes:
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment