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

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

Merge "BACKPORT: loop: Fix missing discard support when using LOOP_CONFIGURE"...

Merge "BACKPORT: loop: Fix missing discard support when using LOOP_CONFIGURE" into kernel.lnx.4.19.r32-rel
parents 8275288f 4a40ad6a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1131,6 +1131,7 @@ static int loop_configure(struct loop_device *lo, fmode_t mode,
	blk_queue_physical_block_size(lo->lo_queue, bsize);
	blk_queue_io_min(lo->lo_queue, bsize);

	loop_config_discard(lo);
	loop_update_dio(lo);
	loop_sysfs_init(lo);