From: NeilBrown Date: Thu, 19 Feb 2015 05:04:40 +0000 (+1100) Subject: md: remove 'go_faster' option from ->sync_request() X-Git-Tag: omap-for-v4.1/fixes-rc1~34^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09314799e4f0589e52bafcd0ca3556c60468bc0e;p=pandora-kernel.git md: remove 'go_faster' option from ->sync_request() This option is not well justified and testing suggests that it hardly ever makes any difference. The comment suggests there might be a need to wait for non-resync activity indicated by ->nr_waiting, however raise_barrier() already waits for all of that. So just remove it to simplify reasoning about speed limiting. This allows us to remove a 'FIXME' comment from raid5.c as that never used the flag. Signed-off-by: NeilBrown --- Reading git-diff-tree failed