commit | 1aee6b9a7d947d42ed84baa4cf461e9d943b80f0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Wed Jul 27 12:52:21 2016 -0600 |
committer | Jens Axboe <axboe@fb.com> | Thu Aug 04 14:19:16 2016 -0600 |
tree | 80ad047261bd0a09accbea5ccac3d6a2c73d9599 | |
parent | 20bd723ec6a3261df5e02250cd3a1fbb09a343f2 [diff] |
f2fs: drop bio->bi_rw manual assignment Merge 4fc29c1aa375 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>