aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2016-06-30 08:53:28 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2016-06-30 08:53:28 +0200
commit0cac643c102c0632dc2cc81e2490b0fec1cac0af (patch)
tree81983d4f6c9174b8c9c7b29e7aacfd3315782c3e /Documentation/filesystems/Locking
parentvfs: document ->d_real() (diff)
downloadlinux-dev-0cac643c102c0632dc2cc81e2490b0fec1cac0af.tar.xz
linux-dev-0cac643c102c0632dc2cc81e2490b0fec1cac0af.zip
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:
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.