mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
nvmet-fcloop: remove ALL_OPTS define
ALL_OPTS isn't used anywhere, remove it. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
130c24b5be
commit
1c35be8c8a
1 changed files with 0 additions and 3 deletions
|
@ -193,9 +193,6 @@ out_free_options:
|
|||
|
||||
#define TGTPORT_OPTS (NVMF_OPT_WWNN | NVMF_OPT_WWPN)
|
||||
|
||||
#define ALL_OPTS (NVMF_OPT_WWNN | NVMF_OPT_WWPN | NVMF_OPT_ROLES | \
|
||||
NVMF_OPT_FCADDR | NVMF_OPT_LPWWNN | NVMF_OPT_LPWWPN)
|
||||
|
||||
|
||||
static DEFINE_SPINLOCK(fcloop_lock);
|
||||
static LIST_HEAD(fcloop_lports);
|
||||
|
|
Loading…
Add table
Reference in a new issue