On Sat, 31 Mar 2012, Daniel Drake wrote: > On Sat, Mar 31, 2012 at 6:53 PM, Daniel Drake <dsd@xxxxxxxxxx> wrote: > > That's right. The filesystem is being grown by approximately 100mb. > > I'll get you the exact numbers on Monday. > > Actually, I just realised I have them here. > The partition was originally 7409856 sectors, I enlarged it to 7605248 > sectors and then tried to grow the ext4 filesystem contained inside. > > Thanks, > Daniel > -- > To unsubscribe from this list: send the line "unsubscribe linux-ext4" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > Hi Daniel, there is a fix bug that happens when resizing the file system in a way that a new size is still in the same group: a0ade1deb86d2325aecc36272bb4505a6eec9235 ext4: fix resize when resizing within single group I am not sure if that really solves your problem, since the actual bug in you backtrace happens somewhere else, but you can give it a try. It was merged into the main line just recently. Thanks! -Lukas -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html