|
@@ -3174,7 +3174,6 @@ static ssize_t shmem_listxattr(struct dentry *dentry, char *buffer, size_t size)
|
|
|
#endif /* CONFIG_TMPFS_XATTR */
|
|
|
|
|
|
static const struct inode_operations shmem_short_symlink_operations = {
|
|
|
- .readlink = generic_readlink,
|
|
|
.get_link = simple_get_link,
|
|
|
#ifdef CONFIG_TMPFS_XATTR
|
|
|
.listxattr = shmem_listxattr,
|
|
@@ -3182,7 +3181,6 @@ static const struct inode_operations shmem_short_symlink_operations = {
|
|
|
};
|
|
|
|
|
|
static const struct inode_operations shmem_symlink_inode_operations = {
|
|
|
- .readlink = generic_readlink,
|
|
|
.get_link = shmem_get_link,
|
|
|
#ifdef CONFIG_TMPFS_XATTR
|
|
|
.listxattr = shmem_listxattr,
|