diff options
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r-- | Documentation/filesystems/Locking | 2 |
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 | ||
74 | locking rules: | 73 | locking rules: |
75 | all may block | 74 | all may block |
@@ -98,7 +97,6 @@ fiemap: no | |||
98 | update_time: no | 97 | update_time: no |
99 | atomic_open: yes | 98 | atomic_open: yes |
100 | tmpfile: no | 99 | tmpfile: no |
101 | dentry_open: no | ||
102 | 100 | ||
103 | Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on | 101 | Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on |
104 | victim. | 102 | victim. |