ext4: fix the comment describing ext4_ext_search_right()
authorTao Ma <boyu.mt@taobao.com>
Sat, 8 Oct 2011 19:53:49 +0000 (15:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 8 Oct 2011 19:53:49 +0000 (15:53 -0400)
commitdf3ab17072c31fbd394614711772682f0a956a2c
treebb9aa8d05dcbb6de15b79c0afd8c79a854a3d345
parent4113c4caa4f355b8ff8b7ff0510c29c9d00d30b3
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>
fs/ext4/extents.c
fs/ext4/inode.c