#ifndef __ASM_GENERIC_USER_H #define __ASM_GENERIC_USER_H /* * This file may define a 'struct user' structure. However, it is only * used for a.out files, which are not supported on new architectures. */ #endif /* __ASM_GENERIC_USER_H */ le='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSagi Grimberg <sagi@grimberg.me>2016-11-27 22:29:17 +0200
committerSagi Grimberg <sagi@grimberg.me>2017-01-26 17:44:22 +0200
commit344770b07b7ae70639ebf110010eb6156a6e55e9 (patch)
treeaa5faa36d1b44a5a3cf511caa336dfe7f1f7f8df
parentc81e55e057b6458aac6d96a6429ef021b7f6f62c (diff)
nvmet: delete controllers deletion upon subsystem release
No reason for them to be kept around if we are deleting the subsystem, so instead of passively wait for the host to disconnect, actively delete the controllers. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Reviewed-by: Christoph Hellwig <hch@lst.de>