]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/target/target_core_user.c
target: Add netlink command reply supported option for each device
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>
Wed, 13 Sep 2017 05:01:22 +0000 (14:01 +0900)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 4 Nov 2017 21:54:07 +0000 (14:54 -0700)
commitb849b4567549d5a54ab34ffacfd48fca05e8b34e
tree743c04ad802fa1c1b3a259f45fac0439174e2435
parentb5ab697c62724b3d31556d91c6f9b76d2e264e4b
target: Add netlink command reply supported option for each device

Currently netlink command reply support option
(TCMU_ATTR_SUPP_KERN_CMD_REPLY) can be enabled only on module
scope. Because of that, once an application enables the netlink
command reply support, all applications using target_core_user.ko
would be expected to support the netlink reply. To make matters worse,
users will not be able to add a device via configfs manually.

To fix these issues, this patch adds an option to make netlink command
reply disabled on each device through configfs. Original
TCMU_ATTR_SUPP_KERN_CMD_REPLY is still enabled on module scope to keep
backward-compatibility and used by default, however once users set
nl_reply_supported=<NAGATIVE_VALUE> via configfs for a particular
device, the device disables the netlink command reply support.

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
Reviewed-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c