]> git.baikalelectronics.ru Git - kernel.git/commit
ext[234]: fix comment for nonexistent variable
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 6 Feb 2008 09:40:15 +0000 (01:40 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:21 +0000 (10:41 -0800)
commit8969017b02de84a92f1549388216176cf0445754
treed87b081741724d742514e9b91714ee0aa510ed1e
parentad0c86aa3c77eedf5cfba977a1c4f12b24a22a58
ext[234]: fix comment for nonexistent variable

The comment in ext[234]_new_blocks() describes about "i".  But there is no
local variable called "i" in that scope.  I guess it has been renamed to
group_no.

Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext2/balloc.c
fs/ext3/balloc.c
fs/ext4/balloc.c