commit | 6f608040ce6cf37475dd2f6f3c97b009dab7c1d1 | [log] [tgz] |
---|---|---|
author | majianpeng <majianpeng@gmail.com> | Wed Apr 24 11:42:41 2013 +1000 |
committer | NeilBrown <neilb@suse.de> | Wed Apr 24 11:42:41 2013 +1000 |
tree | 9aac3a9fe0a3090ac1425a95e50565b356d3d585 | |
parent | 3f810b6c4a850db1b9989cd569ab88b90cd24996 [diff] |
md/raid5: Change or of some order to improve efficiency. As the function call is the most expensive of these tests it should be done later in the chain so that it can be avoided in some cases. Signed-off-by: Jianpeng Ma <majianpeng@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>