diff options
author | 2022-07-14 11:06:52 -0700 | |
---|---|---|
committer | 2022-07-14 12:14:31 -0600 | |
commit | c9154a4cb8dc6a1bca4158174fedecf98de7580d (patch) | |
tree | 2d3e5802d21ffb7654a07c5b5bd0f4d488cbec53 /fs/jbd2/commit.c | |
parent | dm/dm-flakey: Use the new blk_opf_t type (diff) | |
download | linux-dev-c9154a4cb8dc6a1bca4158174fedecf98de7580d.tar.xz linux-dev-c9154a4cb8dc6a1bca4158174fedecf98de7580d.zip |
dm/dm-integrity: Combine request operation and flags
Combine the request operation type and request flags into a single
argument. Improve static type checking by using the enum req_op type for
variables that represent a request operation and the new blk_opf_t type for
variables that represent request flags.
Cc: Alasdair Kergon <agk@redhat.com>
Cc: Mike Snitzer <snitzer@kernel.org>
Cc: Eric Biggers <ebiggers@google.com>
Cc: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-27-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions