From abb54b51d9f74ce47c2a1e3a457c98759f9273cf Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 22 May 2013 04:37:07 +0000 Subject: [PATCH] Small followup for previous commit git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4875 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 533614375..8808b08b4 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -346,7 +346,7 @@ static struct kobj_attribute vdisk_nv_cache_attr = static struct kobj_attribute vdisk_o_direct_attr = __ATTR(o_direct, S_IRUGO, vdisk_sysfs_o_direct_show, NULL); static struct kobj_attribute vdev_dummy_attr = - __ATTR(dummy, S_IWUSR|S_IRUGO, vdev_sysfs_dummy_show, NULL); + __ATTR(dummy, S_IRUGO, vdev_sysfs_dummy_show, NULL); static struct kobj_attribute vdisk_removable_attr = __ATTR(removable, S_IRUGO, vdisk_sysfs_removable_show, NULL); static struct kobj_attribute vdisk_filename_attr =