hfsplus: use bio op accessors
Separate the op from the rq_flag_bits and have gfs2 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>
This commit is contained in:

committed by
Jens Axboe

parent
50bfcd0cbf
commit
67ed25961c
@@ -526,7 +526,7 @@ int hfsplus_compare_dentry(const struct dentry *parent,
|
||||
|
||||
/* wrapper.c */
|
||||
int hfsplus_submit_bio(struct super_block *sb, sector_t sector, void *buf,
|
||||
void **data, int rw);
|
||||
void **data, int op, int op_flags);
|
||||
int hfsplus_read_wrapper(struct super_block *sb);
|
||||
|
||||
/* time macros */
|
||||
|
Reference in New Issue
Block a user