Skip to content

Commit c1d7c0f

Browse files
calebsanderaxboe
authored andcommitted
selftests: ublk: display UBLK_F_INTEGRITY support
Add support for printing the UBLK_F_INTEGRITY feature flag in the human-readable kublk features output. Signed-off-by: Caleb Sander Mateos <csander@purestorage.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent bfe1255 commit c1d7c0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/ublk

tools/testing/selftests/ublk/kublk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,6 +1454,7 @@ static int cmd_dev_get_features(void)
14541454
FEAT_NAME(UBLK_F_QUIESCE),
14551455
FEAT_NAME(UBLK_F_PER_IO_DAEMON),
14561456
FEAT_NAME(UBLK_F_BUF_REG_OFF_DAEMON),
1457+
FEAT_NAME(UBLK_F_INTEGRITY),
14571458
};
14581459
struct ublk_dev *dev;
14591460
__u64 features = 0;

0 commit comments

Comments
 (0)