Loading fs/ext4/move_extent.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -861,7 +861,6 @@ mext_page_mkuptodate(struct page *page, unsigned from, unsigned to) } } if (!buffer_mapped(bh)) { if (!buffer_mapped(bh)) { zero_user(page, block_start, blocksize); zero_user(page, block_start, blocksize); if (!err) set_buffer_uptodate(bh); set_buffer_uptodate(bh); continue; continue; } } Loading Loading
fs/ext4/move_extent.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -861,7 +861,6 @@ mext_page_mkuptodate(struct page *page, unsigned from, unsigned to) } } if (!buffer_mapped(bh)) { if (!buffer_mapped(bh)) { zero_user(page, block_start, blocksize); zero_user(page, block_start, blocksize); if (!err) set_buffer_uptodate(bh); set_buffer_uptodate(bh); continue; continue; } } Loading