From: Jan Kara Date: Tue, 3 Dec 2013 10:20:06 +0000 (+0100) Subject: ext2: Fix oops in ext2_get_block() called from ext2_quota_write() X-Git-Tag: v3.13-rc6~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4e7ac0bb70abc97fbfd9ef09671fc084b3f9db;p=pandora-kernel.git ext2: Fix oops in ext2_get_block() called from ext2_quota_write() ext2_quota_write() doesn't properly setup bh it passes to ext2_get_block() and thus we hit assertion BUG_ON(maxblocks == 0) in ext2_get_blocks() (or we could actually ask for mapping arbitrary number of blocks depending on whatever value was on stack). Fix ext2_quota_write() to properly fill in number of blocks to map. CC: stable@vger.kernel.org # >= 2.6.12 Reviewed-by: "Theodore Ts'o" Reviewed-by: Christoph Hellwig Reported-by: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed