From 4a8a18cc34c1e413bf6ecaed92f44e01bc2e5631 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 26 May 2017 02:45:47 +0000 Subject: [PATCH] scst_vdisk: add "active" attridute to the list of BLOCKIO add device attributes This is forgotten piece to r7187 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7196 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 2b51cbdb8..fa8c4395a 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -796,6 +796,7 @@ static struct scst_dev_type vdisk_blk_devtype = { .del_device = vdisk_del_device, .dev_attrs = vdisk_blockio_attrs, .add_device_parameters = + "active, " "blocksize, " "dif_mode, " "dif_type, "