mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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>
This commit is contained in:
parent
bfe1255712
commit
c1d7c0f9cd
|
|
@ -1454,6 +1454,7 @@ static int cmd_dev_get_features(void)
|
|||
FEAT_NAME(UBLK_F_QUIESCE),
|
||||
FEAT_NAME(UBLK_F_PER_IO_DAEMON),
|
||||
FEAT_NAME(UBLK_F_BUF_REG_OFF_DAEMON),
|
||||
FEAT_NAME(UBLK_F_INTEGRITY),
|
||||
};
|
||||
struct ublk_dev *dev;
|
||||
__u64 features = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user