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 4fba54b9fcec..619af9bfdcb3 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -51,7 +51,6 @@ prototypes: | |||
51 | struct inode *, struct dentry *, unsigned int); | 51 | struct inode *, struct dentry *, unsigned int); |
52 | int (*readlink) (struct dentry *, char __user *,int); | 52 | int (*readlink) (struct dentry *, char __user *,int); |
53 | const char *(*get_link) (struct dentry *, struct inode *, void **); | 53 | const char *(*get_link) (struct dentry *, struct inode *, void **); |
54 | void (*put_link) (struct inode *, void *); | ||
55 | void (*truncate) (struct inode *); | 54 | void (*truncate) (struct inode *); |
56 | int (*permission) (struct inode *, int, unsigned int); | 55 | int (*permission) (struct inode *, int, unsigned int); |
57 | int (*get_acl)(struct inode *, int); | 56 | int (*get_acl)(struct inode *, int); |
@@ -84,7 +83,6 @@ rename: yes (all) (see below) | |||
84 | rename2: yes (all) (see below) | 83 | rename2: yes (all) (see below) |
85 | readlink: no | 84 | readlink: no |
86 | get_link: no | 85 | get_link: no |
87 | put_link: no | ||
88 | setattr: yes | 86 | setattr: yes |
89 | permission: no (may not block if called in rcu-walk mode) | 87 | permission: no (may not block if called in rcu-walk mode) |
90 | get_acl: no | 88 | get_acl: no |