Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad06f5b4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "fs: f2fs: fix compilation issue"

parents 14bc1b3c 6d28ba7b
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1301,15 +1301,6 @@ next_page:
	return 0;
}

static int get_data_block_bmap(struct inode *inode, sector_t iblock,
			struct buffer_head *bh_result, int create)
{
	/* Block number less than F2FS MAX BLOCKS */
	if (unlikely(iblock >= max_file_size(0)))
		return -EFBIG;
	return get_data_block_ro(inode, iblock, bh_result, create);
}

static int f2fs_read_data_page(struct file *file, struct page *page)
{
	struct inode *inode = page->mapping->host;