]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
f2fs: drop bio->bi_rw manual assignment
authorJens Axboe <axboe@fb.com>
Wed, 27 Jul 2016 18:52:21 +0000 (12:52 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 4 Aug 2016 20:19:16 +0000 (14:19 -0600)
commit1aee6b9a7d947d42ed84baa4cf461e9d943b80f0
tree80ad047261bd0a09accbea5ccac3d6a2c73d9599
parent20bd723ec6a3261df5e02250cd3a1fbb09a343f2
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>
fs/f2fs/data.c