diff options
Diffstat (limited to 'fs/squashfs')
| -rw-r--r-- | fs/squashfs/block.c | 1 | ||||
| -rw-r--r-- | fs/squashfs/symlink.c | 1 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/fs/squashfs/block.c b/fs/squashfs/block.c index ce62a380314f..2751476e6b6e 100644 --- a/fs/squashfs/block.c +++ b/fs/squashfs/block.c @@ -31,6 +31,7 @@  #include <linux/slab.h>  #include <linux/string.h>  #include <linux/buffer_head.h> +#include <linux/bio.h>  #include "squashfs_fs.h"  #include "squashfs_fs_sb.h" diff --git a/fs/squashfs/symlink.c b/fs/squashfs/symlink.c index 79b9c31a0c8f..befeba0fa70a 100644 --- a/fs/squashfs/symlink.c +++ b/fs/squashfs/symlink.c @@ -118,7 +118,6 @@ const struct address_space_operations squashfs_symlink_aops = {  };  const struct inode_operations squashfs_symlink_inode_ops = { -	.readlink = generic_readlink,  	.get_link = page_get_link,  	.listxattr = squashfs_listxattr  }; |