blk-cgroup: move blkcg_{get,set}_fc_appid out of line
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Apr 2022 04:27:12 +0000 (06:27 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 2 May 2022 20:06:20 +0000 (14:06 -0600)
commitdb05628435aa761d30b4eae481a82befe7a8492a
tree8701ff5f82134e18c58e6b916f92e7c4c22be019
parentc814153c83a892dfd42026eaa661ae2c1f298792
blk-cgroup: move blkcg_{get,set}_fc_appid out of line

No need to have these helpers inline.  Also remove the stubs and just use
an IS_ENABLED for the get side (the set side already is only built
conditionlly).

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20220420042723.1010598-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Makefile
block/blk-cgroup-fc-appid.c [new file with mode: 0644]
drivers/scsi/lpfc/lpfc_scsi.c
include/linux/blk-cgroup.h