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/ext2 | |
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/ext2')
-rw-r--r-- | fs/ext2/symlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/symlink.c b/fs/ext2/symlink.c index 46905119a27c..3495d8ae4b33 100644 --- a/fs/ext2/symlink.c +++ b/fs/ext2/symlink.c | |||
@@ -23,7 +23,6 @@ | |||
23 | const struct inode_operations ext2_symlink_inode_operations = { | 23 | const struct inode_operations ext2_symlink_inode_operations = { |
24 | .readlink = generic_readlink, | 24 | .readlink = generic_readlink, |
25 | .get_link = page_get_link, | 25 | .get_link = page_get_link, |
26 | .put_link = page_put_link, | ||
27 | .setattr = ext2_setattr, | 26 | .setattr = ext2_setattr, |
28 | #ifdef CONFIG_EXT2_FS_XATTR | 27 | #ifdef CONFIG_EXT2_FS_XATTR |
29 | .setxattr = generic_setxattr, | 28 | .setxattr = generic_setxattr, |