ext4: fix a wrong comment in __mb_check_buddy()
authorRobin Dong <sanbai@taobao.com>
Wed, 26 Oct 2011 12:48:54 +0000 (08:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Oct 2011 12:48:54 +0000 (08:48 -0400)
commit0a10da73e1fa6fb9b45f1166011ff3b04c27c010
treed72a254eb5a9b983e60f6c8b6b1807c0139f123f
parentb051d8dc4e1f011e1b0543a875f5861be5d90222
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 <sanbai@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c