From: Tao Ma Date: Sat, 8 Oct 2011 19:53:49 +0000 (-0400) Subject: ext4: fix the comment describing ext4_ext_search_right() X-Git-Tag: v3.2-rc1~85^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df3ab17072c31fbd394614711772682f0a956a2c;p=pandora-kernel.git 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" Signed-off-by: Tao Ma --- Reading git-diff-tree failed