diff options
Diffstat (limited to 'fs/ext2/symlink.c')
-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, |