f2fs: use bio op accessors
Separate the op from the rq_flag_bits and have f2fs set/get the bio using bio_set_op_attrs/bio_op. Signed-off-by:Mike Christie <mchristi@redhat.com> Reviewed-by:
Christoph Hellwig <hch@lst.de> Reviewed-by:
Hannes Reinecke <hare@suse.com> Signed-off-by:
Jens Axboe <axboe@fb.com>
Showing
- fs/f2fs/checkpoint.c 6 additions, 4 deletionsfs/f2fs/checkpoint.c
- fs/f2fs/data.c 27 additions, 20 deletionsfs/f2fs/data.c
- fs/f2fs/f2fs.h 3 additions, 2 deletionsfs/f2fs/f2fs.h
- fs/f2fs/gc.c 6 additions, 3 deletionsfs/f2fs/gc.c
- fs/f2fs/inline.c 2 additions, 1 deletionfs/f2fs/inline.c
- fs/f2fs/node.c 5 additions, 3 deletionsfs/f2fs/node.c
- fs/f2fs/segment.c 7 additions, 5 deletionsfs/f2fs/segment.c
- fs/f2fs/trace.c 4 additions, 3 deletionsfs/f2fs/trace.c
- include/trace/events/f2fs.h 21 additions, 13 deletionsinclude/trace/events/f2fs.h
Please register or sign in to comment