From a554b2dda69204324109ddf1a2fa417c39610ed8 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 27 Jul 2010 10:55:44 +0000 Subject: [PATCH] Minor sysfs fix git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1877 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 1fcbd6a4f..76bdd6be1 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -473,7 +473,7 @@ static struct scst_dev_type vdisk_blk_devtype = { .add_device = vdisk_add_blockio_device, .del_device = vdisk_del_device, .dev_attrs = vdisk_blockio_attrs, - .add_device_parameters = "filename, blocksize, read_only, " + .add_device_parameters = "filename, blocksize, nv_cache, read_only, " "removable", #endif #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)