Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information