diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2016-06-30 09:53:28 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-06-30 09:53:28 +0300 |
commit | 0cac643c102c0632dc2cc81e2490b0fec1cac0af (patch) | |
tree | 81983d4f6c9174b8c9c7b29e7aacfd3315782c3e /Documentation/filesystems/Locking | |
parent | e698b8a43659f9ece192fcab215abcadac8f88d7 (diff) | |
download | linux-0cac643c102c0632dc2cc81e2490b0fec1cac0af.tar.xz |
vfs: clean up documentation
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
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: struct file *, unsigned open_flag, umode_t create_mode, int *opened); int (*tmpfile) (struct inode *, struct dentry *, umode_t); - int (*dentry_open)(struct dentry *, struct file *, const struct cred *); locking rules: all may block @@ -98,7 +97,6 @@ fiemap: no update_time: no atomic_open: yes tmpfile: no -dentry_open: no Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on victim. |