From: Nick Bowler Date: Tue, 18 Dec 2012 00:05:20 +0000 (-0800) Subject: scatterlist: don't BUG when we can trivially return a proper error. X-Git-Tag: v3.8-rc1~74^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd59a83b9261fa53eaf98fb5514abba504a3ea3;p=pandora-kernel.git scatterlist: don't BUG when we can trivially return a proper error. There is absolutely no reason to crash the kernel when we have a perfectly good return value already available to use for conveying failure status. Let's return an error code instead of crashing the kernel: that sounds like a much better plan. [akpm@linux-foundation.org: s/E2BIG/EINVAL/] Signed-off-by: Nick Bowler Cc: Maxim Levitsky Cc: Tejun Heo Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed