git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65b99f
)
md: don't return 0 from array_state_store
author
NeilBrown
<neilb@suse.de>
Fri, 12 Jun 2015 09:46:44 +0000
(19:46 +1000)
committer
NeilBrown
<neilb@suse.de>
Fri, 12 Jun 2015 10:16:16 +0000
(20:16 +1000)
Returning zero from a 'store' function is bad.
The return value should be either len length of the string
or an error.
So use 'len' if 'err' is zero.
Fixes:
6791875e2e53
("md: make reconfig_mutex optional for writes to md sysfs files.")
Signed-off-by: NeilBrown <neilb@suse.de>
Cc: stable@vger.kernel (v4.0+)
drivers/md/md.c
patch
|
blob
|
history
diff --cc
drivers/md/md.c
Simple merge