summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorValerie Clement <valerie.clement@bull.net>2008-02-15 19:48:51 +0100
committerTheodore Ts'o <tytso@mit.edu>2008-02-15 19:48:51 +0100
commitb73fce69ecb091a178ef9286027c370a63eb25aa (patch)
tree6a9f4ea7eb731a85eb1bea20bd93cd7632ccdde6 /lib
parentext4: Fix locking hierarchy violation in ext4_fallocate() (diff)
downloadlinux-b73fce69ecb091a178ef9286027c370a63eb25aa.tar.xz
linux-b73fce69ecb091a178ef9286027c370a63eb25aa.zip
ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!
With the flex_bg feature enabled, a large file creation oopses the kernel. The BUG_ON is: BUG_ON(len >= EXT4_BLOCKS_PER_GROUP(sb)); As the allocation of the bitmaps and the inode table can be done outside the block group with flex_bg, this allows to allocate up to EXT4_BLOCKS_PER_GROUP blocks in a group. This patch fixes the oops. Signed-off-by: Valerie Clement <valerie.clement@bull.net> Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions