diff options
| author | 2022-09-15 10:42:00 +0100 | |
|---|---|---|
| committer | 2022-09-20 08:24:38 -0600 | |
| commit | 118f3663fbc658e9ad6165e129076981c7b685c5 (patch) | |
| tree | 89fc6031534b49b402bb655949d1c3b274a3082c /include/linux | |
| parent | erofs: add manual PSI accounting for the compressed address space (diff) | |
| download | linux-dev-118f3663fbc658e9ad6165e129076981c7b685c5.tar.xz linux-dev-118f3663fbc658e9ad6165e129076981c7b685c5.zip | |
block: remove PSI accounting from the bio layer
PSI accounting is now done by the VM code, where it should have been
since the beginning.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Link: https://lore.kernel.org/r/20220915094200.139713-6-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blk_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index 41afb4cfb9b0..e0b098089ef2 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -321,7 +321,6 @@ enum { BIO_NO_PAGE_REF, /* don't put release vec pages */ BIO_CLONED, /* doesn't own data */ BIO_BOUNCED, /* bio is a bounce bio */ - BIO_WORKINGSET, /* contains userspace workingset pages */ BIO_QUIET, /* Make BIO Quiet */ BIO_CHAIN, /* chained bio, ->bi_remaining in effect */ BIO_REFFED, /* bio has elevated ->bi_cnt */ |
