mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
When UBLK_F_BUF_REG_OFF_DAEMON was added, we missed updating kublk's feat_map, which results in the feature being reported as "unknown." Add UBLK_F_BUF_REG_OFF_DAEMON to feat_map to fix this. Signed-off-by: Uday Shankar <ushankar@purestorage.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
1f924cf781
commit
742bcc1101
|
|
@ -1379,6 +1379,7 @@ static int cmd_dev_get_features(void)
|
|||
FEAT_NAME(UBLK_F_AUTO_BUF_REG),
|
||||
FEAT_NAME(UBLK_F_QUIESCE),
|
||||
FEAT_NAME(UBLK_F_PER_IO_DAEMON),
|
||||
FEAT_NAME(UBLK_F_BUF_REG_OFF_DAEMON),
|
||||
};
|
||||
struct ublk_dev *dev;
|
||||
__u64 features = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user