]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi_sysfs: Fix queue_ramp_up_period return code
authorPeter Oberparleiter <oberpar@linux.vnet.ibm.com>
Mon, 26 Oct 2015 14:54:23 +0000 (15:54 +0100)
committerJames Bottomley <JBottomley@Odin.com>
Tue, 10 Nov 2015 01:40:22 +0000 (17:40 -0800)
commit5cb9b40d6127fed91b00abe44498f19f6ed6a77f
tree0a4ef64a100181066494993fe4412ffca5d75ef4
parentedb394b512098e9d68923db8340230c3caa4893f
scsi_sysfs: Fix queue_ramp_up_period return code

Writing a number to /sys/bus/scsi/devices/<sdev>/queue_ramp_up_period
returns the value of that number instead of the number of bytes written.
This behavior can confuse programs expecting POSIX write() semantics.
Fix this by returning the number of bytes written instead.

Signed-off-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/scsi_sysfs.c