diff options
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r-- | Documentation/filesystems/Locking | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 5f0c52a07386..cbf98b989b11 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -20,6 +20,7 @@ prototypes: | |||
20 | void (*d_iput)(struct dentry *, struct inode *); | 20 | void (*d_iput)(struct dentry *, struct inode *); |
21 | char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen); | 21 | char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen); |
22 | struct vfsmount *(*d_automount)(struct path *path); | 22 | struct vfsmount *(*d_automount)(struct path *path); |
23 | int (*d_manage)(struct dentry *, bool); | ||
23 | 24 | ||
24 | locking rules: | 25 | locking rules: |
25 | rename_lock ->d_lock may block rcu-walk | 26 | rename_lock ->d_lock may block rcu-walk |
@@ -31,6 +32,7 @@ d_release: no no yes no | |||
31 | d_iput: no no yes no | 32 | d_iput: no no yes no |
32 | d_dname: no no no no | 33 | d_dname: no no no no |
33 | d_automount: no no yes no | 34 | d_automount: no no yes no |
35 | d_manage: no no yes no | ||
34 | 36 | ||
35 | --------------------------- inode_operations --------------------------- | 37 | --------------------------- inode_operations --------------------------- |
36 | prototypes: | 38 | prototypes: |