commit | df3ab17072c31fbd394614711772682f0a956a2c | [log] [tgz] |
---|---|---|
author | Tao Ma <boyu.mt@taobao.com> | Sat Oct 08 15:53:49 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 08 15:53:49 2011 -0400 |
tree | bb9aa8d05dcbb6de15b79c0afd8c79a854a3d345 | |
parent | 4113c4caa4f355b8ff8b7ff0510c29c9d00d30b3 [diff] |
ext4: fix the comment describing ext4_ext_search_right() The comment describing what ext4_ext_search_right() does is incorrect. We return 0 in *phys when *logical is the 'largest' allocated block, not smallest. Fix a few other typos while we're at it. Cc: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Tao Ma <boyu.mt@taobao.com>