]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
block: fix the count of PGPGOUT for WRITE_SAME
authorJiufei Xue <jiufei.xue@linux.alibaba.com>
Tue, 27 Feb 2018 12:10:03 +0000 (20:10 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Mar 2018 15:41:23 +0000 (08:41 -0700)
commit7c5a0dcf557c6511a61e092ba887de28882fe857
treeda84e1c427e6ef6f7bd1a203cfef657fbc5dca42
parentf3bc78d2d4b489590540ab2788d5376583e28173
block: fix the count of PGPGOUT for WRITE_SAME

The vm counters is counted in sectors, so we should do the conversation
in submit_bio.

Fixes: 74d46992e0d9 ("block: replace bi_bdev with a gendisk pointer and partitions index")
Cc: stable@vger.kernel.org
Reviewed-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jiufei Xue <jiufei.xue@linux.alibaba.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c