From: Andre Noll Date: Fri, 11 Jul 2008 12:02:20 +0000 (+1000) Subject: md: Simplify sb_equal(). X-Git-Tag: v2.6.27-rc1~957^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0c8e05f8ef93d991d665aade8c4bf35806ea1a;p=pandora-kernel.git md: Simplify sb_equal(). The only caller of sb_equal() tests the return value against zero, so it's OK to return the negated return value of memcmp(). Signed-off-by: Andre Noll Signed-off-by: Neil Brown --- Reading git-diff-tree failed