commit | 7c5a0dcf557c6511a61e092ba887de28882fe857 | [log] [tgz] |
---|---|---|
author | Jiufei Xue <jiufei.xue@linux.alibaba.com> | Tue Feb 27 20:10:03 2018 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 01 08:41:23 2018 -0700 |
tree | da84e1c427e6ef6f7bd1a203cfef657fbc5dca42 | |
parent | f3bc78d2d4b489590540ab2788d5376583e28173 [diff] |
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>