aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
diff options
context:
space:
mode:
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.