diff options
| author | Christoph Hellwig <hch@lst.de> | 2003-04-28 18:56:41 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-28 18:56:41 -0700 |
| commit | 06657d1119fb8669fbd13ed5d35b94c74d596d40 (patch) | |
| tree | d1f94bba44dd3da8e79839f7a8a448d61ed95caa | |
| parent | 5a28d7eaab779aecfca327a2e7c609ba46a1beb7 (diff) | |
[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.
| -rw-r--r-- | Documentation/filesystems/Locking | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 17f4c3890835..133bc87505fd 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking @@ -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: |
