diff options
author | Bart Van Assche <bvanassche@acm.org> | 2022-07-14 21:07:26 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-14 21:14:33 +0300 |
commit | 61ba06c7069bfe1d2b66ab474ce0d6b4f5419d64 (patch) | |
tree | 3093bc7f355226724412535d29032b2196416c6e /kernel/power | |
parent | ce6b5315883448fbecfaca43b95d3bf2ed1d008c (diff) | |
download | linux-61ba06c7069bfe1d2b66ab474ce0d6b4f5419d64.tar.xz |
fs/ocfs2: Use the enum req_op and blk_opf_t types
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. Combine the last two
o2hb_setup_one_bio() arguments into a single argument.
Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-61-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'kernel/power')
0 files changed, 0 insertions, 0 deletions