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 /fs/btrfs/inode.c | |
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 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 3d4aa69f1e0c..1a41a65fd2ff 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -10097,7 +10097,6 @@ static const struct inode_operations btrfs_special_inode_operations = { | |||
10097 | static const struct inode_operations btrfs_symlink_inode_operations = { | 10097 | static const struct inode_operations btrfs_symlink_inode_operations = { |
10098 | .readlink = generic_readlink, | 10098 | .readlink = generic_readlink, |
10099 | .get_link = page_get_link, | 10099 | .get_link = page_get_link, |
10100 | .put_link = page_put_link, | ||
10101 | .getattr = btrfs_getattr, | 10100 | .getattr = btrfs_getattr, |
10102 | .setattr = btrfs_setattr, | 10101 | .setattr = btrfs_setattr, |
10103 | .permission = btrfs_permission, | 10102 | .permission = btrfs_permission, |