Files
Jan Kara 470aba9af6 ext2: Fix oops in ext2_get_block() called from ext2_quota_write()
commit df4e7ac0bb upstream.

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.

Reviewed-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reported-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
2014-01-13 10:01:02 -08:00
..
2011-07-25 14:30:23 -04:00
2012-07-30 17:25:16 -07:00
2012-07-31 09:45:53 +04:00
2009-06-11 21:36:12 -04:00
2012-04-11 11:12:45 +02:00
2012-03-31 16:03:16 -04:00