commit | 03c1c29053f678234dbd51bf3d65f3b7529021de | [log] [tgz] |
---|---|---|
author | Yongqiang Yang <xiaoqiangnk@gmail.com> | Wed Sep 05 01:21:50 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 05 01:21:50 2012 -0400 |
tree | 7f46e690871d24c4bc28911685ea2662d66688e5 | |
parent | 8a2f8460e816f4786939a0cefbda35af6bd1a1c5 [diff] |
ext4: ignore last group w/o enough space when resizing instead of BUG'ing If the last group does not have enough space for group tables, ignore it instead of calling BUG_ON(). Reported-by: Daniel Drake <dsd@laptop.org> Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@vger.kernel.org