diff options
| author | Johannes Thumshirn <[email protected]> | 2019-04-03 11:15:19 +0200 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2019-04-04 09:30:37 -0600 |
| commit | 2b24e6f63ac9e817630424c6d8f008256348dfc4 (patch) | |
| tree | 04e523e6f47a8d5b251f86ad827e2ab3ee8c7640 /tools/perf/scripts/python | |
| parent | 2bc13b83e6298486371761de503faeffd15b7534 (diff) | |
block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
With the introduction of BIO_NO_PAGE_REF we've used up all available bits
in bio::bi_flags.
Convert the defines of the flags to an enum and add a BUILD_BUG_ON() call
to make sure no-one adds a new one and thus overrides the BVEC_POOL_IDX
causing crashes.
Reviewed-by: Ming Lei <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions