From d2500a0c0e73d4387cde9185edcdf397f52e428b Mon Sep 17 00:00:00 2001 From: "Martin K. Petersen" Date: Sat, 3 Jul 2021 11:58:33 -0400 Subject: scsi: blkcg: Fix application ID config options Commit d2bcbeab4200 ("scsi: blkcg: Add app identifier support for blkcg") introduced an FC_APPID config option under SCSI. However, the added config option is not used anywhere. Simply remove it. The block layer BLK_CGROUP_FC_APPID config option is what actually controls whether the application ID code should be built or not. Make this option dependent on NVMe over FC since that is currently the only transport which supports the capability. Fixes: d2bcbeab4200 ("scsi: blkcg: Add app identifier support for blkcg") Reported-by: Linus Torvalds Signed-off-by: Martin K. Petersen Reviewed-by: Christoph Hellwig Signed-off-by: Linus Torvalds --- block/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block/Kconfig') diff --git a/block/Kconfig b/block/Kconfig index 7885a27bd949..fd732aede922 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -153,7 +153,7 @@ config BLK_CGROUP_IOLATENCY config BLK_CGROUP_FC_APPID bool "Enable support to track FC I/O Traffic across cgroup applications" - depends on BLK_CGROUP=y + depends on BLK_CGROUP && NVME_FC help Enabling this option enables the support to track FC I/O traffic across cgroup applications. It enables the Fabric and the storage targets to -- cgit v1.2.3