Skip to content

Commit 4811fee

Browse files
author
Jaegeuk Kim
committed
f2fs: remove blk_finish_plug
Let's remove unclear blk_finish_plug. Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent 120ac1d commit 4811fee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/f2fs/data.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,6 @@ static void f2fs_submit_write_bio(struct f2fs_sb_info *sbi, struct bio *bio,
511511
enum page_type type)
512512
{
513513
WARN_ON_ONCE(is_read_io(bio_op(bio)));
514-
515-
if (f2fs_lfs_mode(sbi) && current->plug && PAGE_TYPE_ON_MAIN(type))
516-
blk_finish_plug(current->plug);
517-
518514
trace_f2fs_submit_write_bio(sbi->sb, type, bio);
519515
iostat_update_submit_ctx(bio, type);
520516
submit_bio(bio);

0 commit comments

Comments
 (0)