@@ -3147,8 +3147,7 @@ int f2fs_migrate_page(struct address_space *mapping,
/* Copied from generic_swapfile_activate() to check any holes */
static int check_swap_activate(struct file *swap_file, unsigned int max)
{
- struct address_space *mapping = swap_file->f_mapping;
- struct inode *inode = mapping->host;
+ struct inode *inode = swap_file->f_mapping->host;
unsigned blocks_per_page;
unsigned long page_no;
unsigned blkbits;
@@ -140,8 +140,7 @@ int iomap_swapfile_activate(struct swap_info_struct *sis,
.sis = sis,
.lowest_ppage = (sector_t)-1ULL,
};
- struct address_space *mapping = swap_file->f_mapping;
- struct inode *inode = mapping->host;
+ struct inode *inode = swap_file->f_mapping->host;
loff_t pos = 0;
loff_t len = ALIGN_DOWN(i_size_read(inode), PAGE_SIZE);
loff_t ret;