Files
Stanislav Nijnikov 0b5685e3bb scsi: core: host template attribute groups
The patch introduces an additional field in the scsi_host_template
structure - struct attribute_group **sdev_group.  This field allows to
define groups of attributes. It will provide an ability to use binary
attributes as well as device attributes and to group them under
subfolders if necessary.

Change-Id: I1625568a21c3efe51c92f1f9d5fe6c5d1e123ed8
Signed-off-by: Stanislav Nijnikov <stanislav.nijnikov@wdc.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Git-commit: 86b87cde0b5581cdb1a7babeb9c4c387761f151b
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Signed-off-by: Veera Vegivada <vvegivad@codeaurora.org>
2023-11-08 22:28:19 +06:00
..