Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs: drop bio->bi_rw manual assignment
Merge 4fc29c1 included this extra line, but it's not needed (or useful) since we'll bio_set_op_attrs() right after to properly set the op and flags for the bio. Signed-off-by: Jens Axboe <axboe@fb.com>
- Loading branch information