diff options
author | Bart Van Assche <bvanassche@acm.org> | 2022-07-14 11:07:14 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-14 12:14:32 -0600 |
commit | c6293eacfc16fe3d85f468fc7ed91eb18f5861d3 (patch) | |
tree | 028140767e5daa775857ec60a72858537bd1457b /fs/mpage.c | |
parent | 1420c4a549bf28ffddbed827d61fb3d4d2132ddb (diff) |
fs/direct-io: Reduce the size of struct dio
Reduce the size of struct dio by combining the 'op' and 'op_flags' into
the new 'opf' member. Use the new blk_opf_t type to improve static type
checking. This patch does not change any functionality.
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-49-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/mpage.c')
0 files changed, 0 insertions, 0 deletions