Commit 74255969 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

nvmet: mark nvmet_ana_state static

parent 09bb8986
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1146,7 +1146,7 @@ static const struct config_item_type nvmet_referrals_type = {
	.ct_group_ops	= &nvmet_referral_group_ops,
};

struct nvmet_type_name_map nvmet_ana_state[] = {
static struct nvmet_type_name_map nvmet_ana_state[] = {
	{ NVME_ANA_OPTIMIZED,		"optimized" },
	{ NVME_ANA_NONOPTIMIZED,	"non-optimized" },
	{ NVME_ANA_INACCESSIBLE,	"inaccessible" },