From: Dmitry Torokhov Date: Fri, 29 Apr 2005 06:26:06 +0000 (-0500) Subject: [PATCH] sysfs: (driver/block) if show/store is missing return -EIO X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1852a08e444a2e66367352a99c0e93c8bf3e97;p=pandora-kernel.git [PATCH] sysfs: (driver/block) if show/store is missing return -EIO sysfs: fix drivers/block so if an attribute doesn't implement show or store method read/write will return -EIO instead of 0 or -EINVAL. Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed