diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-29 15:58:39 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-30 13:01:03 -0500 |
| commit | fceef393a538134f03b778c5d2519e670269342f (patch) | |
| tree | cd43c9afdc07852d286965ad4d11772f6c275d1a /Documentation/filesystems/Locking | |
| parent | cd3417c8fc9504cc1afe944515f338aff9ec286b (diff) | |
switch ->get_link() to delayed_call, kill ->put_link()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 |
