Skip to content

Commit ee17324

Browse files
Update include/os/linux/kernel/linux/blkdev_compat.h
Co-authored-by: Alexander Motin <[email protected]> Signed-off-by: Fabian-Gruenbichler <[email protected]>
1 parent c9ae14e commit ee17324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/os/linux/kernel/linux/blkdev_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ bio_set_flush(struct bio *bio)
383383
static inline boolean_t
384384
bio_is_flush(struct bio *bio)
385385
{
386-
return (bio_op(bio) == REQ_OP_FLUSH) || (op_is_flush(bio->bi_opf));
386+
return (bio_op(bio) == REQ_OP_FLUSH || op_is_flush(bio->bi_opf));
387387
}
388388

389389
/*

0 commit comments

Comments
 (0)