commit | 0376e9efe18388bd486a65edbc16d34b84bddc8f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 28 13:27:55 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Apr 29 09:33:26 2020 -0600 |
tree | 6382ef0862fc9c4433dfaa2ed64e2e663b00b7b9 | |
parent | 760f83ea63a7b2c12b3b1e656b24cbb880b6b814 [diff] |
block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT BIO_QUEUE_ENTERED is only used for cgroup accounting now, so rename the flag and move setting it into the cgroup code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>