From: Robin Dong Date: Wed, 26 Oct 2011 12:48:54 +0000 (-0400) Subject: ext4: fix a wrong comment in __mb_check_buddy() X-Git-Tag: v3.2-rc1~85^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a10da73e1fa6fb9b45f1166011ff3b04c27c010;p=pandora-kernel.git ext4: fix a wrong comment in __mb_check_buddy() The comment says the bit should be 0, but the after code assert the bit to be 1. This makes people confused, so fix it. Signed-off-by: Robin Dong Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed