Omar Sandoval 6c6b6f28b3 loop: set physical block size to PAGE_SIZE
The physical block size is "the lowest possible sector size that the
hardware can operate on without reverting to read-modify-write
operations" (from the comment on blk_queue_physical_block_size()). Since
loop does buffered I/O on the backing file by default, the RMW unit is a
page. This isn't the case for direct I/O mode, but let's keep it simple.

Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2017-08-31 13:51:12 -06:00
..
2017-08-28 13:00:44 -06:00
2017-02-22 11:54:49 -07:00
2017-07-06 12:23:51 -06:00
2017-02-21 11:51:42 -08:00
2017-08-23 08:54:02 -06:00
2017-08-31 13:51:10 -06:00
2017-04-19 09:10:51 -06:00
2017-08-17 11:02:59 -06:00
2017-08-25 14:52:01 -06:00
2017-02-20 12:16:15 +01:00
2017-08-25 15:29:45 -06:00
2017-08-18 08:45:29 -06:00
2009-03-26 21:15:27 +01:00
2017-08-28 13:00:44 -06:00
2017-08-28 13:00:44 -06:00