Minor sysfs fix

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1877 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-07-27 10:55:44 +00:00
parent 747511e3b8
commit a554b2dda6

View File

@@ -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)