From: NeilBrown Date: Mon, 25 May 2009 23:41:17 +0000 (+1000) Subject: md: improve errno return when setting array_size X-Git-Tag: v2.6.30-rc8~58^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b69c83924396ad1eda36fdd267c9d2f360f5555;p=pandora-kernel.git md: improve errno return when setting array_size Instead of always returns EINVAL if anything goes wrong when setting the array size, add the option of E2BIG if the size requested is too large. This makes it easier for user-space to be sure what went wrong. Signed-off-by: NeilBrown --- Reading git-diff-tree failed