Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
[linux-block.git] / block / blk-mq-debugfs.c
index 94668e72ab09bf0922c8d79846a87d91fdbeb1ba..770c0c2b72faaaa036499efefcfcce90f3b8563b 100644 (file)
@@ -160,7 +160,7 @@ static const struct blk_mq_debugfs_attr blk_mq_debugfs_queue_attrs[] = {
        { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops },
        { "pm_only", 0600, queue_pm_only_show, NULL },
        { "state", 0600, queue_state_show, queue_state_write },
-       { "zone_wlock", 0400, queue_zone_wlock_show, NULL },
+       { "zone_wplugs", 0400, queue_zone_wplugs_show, NULL },
        { },
 };
 
@@ -256,7 +256,6 @@ static const char *const rqf_name[] = {
        RQF_NAME(HASHED),
        RQF_NAME(STATS),
        RQF_NAME(SPECIAL_PAYLOAD),
-       RQF_NAME(ZONE_WRITE_LOCKED),
        RQF_NAME(TIMED_OUT),
        RQF_NAME(RESV),
 };