aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2016-06-30 02:53:28 -0400
committerMiklos Szeredi <mszeredi@redhat.com>2016-06-30 02:53:28 -0400
commit0cac643c102c0632dc2cc81e2490b0fec1cac0af (patch)
tree81983d4f6c9174b8c9c7b29e7aacfd3315782c3e /Documentation/filesystems/Locking
parente698b8a43659f9ece192fcab215abcadac8f88d7 (diff)
vfs: clean up documentation
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r--Documentation/filesystems/Locking2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking
index 898d3cecd8a6..d4def7b78a62 100644
--- a/Documentation/filesystems/Locking
+++ b/Documentation/filesystems/Locking
@@ -69,7 +69,6 @@ prototypes:
69 struct file *, unsigned open_flag, 69 struct file *, unsigned open_flag,
70 umode_t create_mode, int *opened); 70 umode_t create_mode, int *opened);
71 int (*tmpfile) (struct inode *, struct dentry *, umode_t); 71 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
72 int (*dentry_open)(struct dentry *, struct file *, const struct cred *);
73 72
74locking rules: 73locking rules:
75 all may block 74 all may block
@@ -98,7 +97,6 @@ fiemap: no
98update_time: no 97update_time: no
99atomic_open: yes 98atomic_open: yes
100tmpfile: no 99tmpfile: no
101dentry_open: no
102 100
103 Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on 101 Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on
104victim. 102victim.