summaryrefslogtreecommitdiff
path: root/block/blk-rq-qos.h
diff options
context:
space:
mode:
authorMing Lei <ming.lei@redhat.com>2021-09-23 10:37:51 +0800
committerJens Axboe <axboe@kernel.dk>2021-09-24 11:06:58 -0600
commitf278eb3d8178f9c31f8dfad7e91440e603dd7f1a (patch)
tree86c4b040a5325188562ef075c9256d32de6fdff7 /block/blk-rq-qos.h
parent5afedf670caf30a2b5a52da96eb7eac7dee6a9c9 (diff)
block: hold ->invalidate_lock in blkdev_fallocate
When running ->fallocate(), blkdev_fallocate() should hold mapping->invalidate_lock to prevent page cache from being accessed, otherwise stale data may be read in page cache. Without this patch, blktests block/009 fails sometimes. With this patch, block/009 can pass always. Also as Jan pointed out, no pages can be created in the discarded area while you are holding the invalidate_lock, so remove the 2nd truncate_bdev_range(). Cc: Jan Kara <jack@suse.cz> Signed-off-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20210923023751.1441091-1-ming.lei@redhat.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-rq-qos.h')
0 files changed, 0 insertions, 0 deletions