From: Toshiyuki Okajima Date: Mon, 16 Jul 2007 06:41:22 +0000 (-0700) Subject: mistaken ext4_inode_bitmap for ext4_block_bitmap X-Git-Tag: v2.6.23-rc1~839 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29bc5b4f73a65ef667df50d5ed474e371471d915;p=pandora-kernel.git mistaken ext4_inode_bitmap for ext4_block_bitmap In ext4_new_blocks(), one of two ext4_block_bitmap() calls should be ext4_inode_bitmap() call. It is not harmful in normal processing, but it should be fixed. Signed-off-by: Toshiyuki Okajima Cc: Theodore Ts'o Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed