commit | c6293eacfc16fe3d85f468fc7ed91eb18f5861d3 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <[email protected]> | Thu Jul 14 11:07:14 2022 -0700 |
committer | Jens Axboe <[email protected]> | Thu Jul 14 12:14:32 2022 -0600 |
tree | 028140767e5daa775857ec60a72858537bd1457b | |
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 <[email protected]> Cc: Al Viro <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Darrick J. Wong <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>