ext2: Fix "ext2fs_mkdir .. No free space in directory".
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 25 Nov 2010 17:37:35 +0000 (17:37 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 25 Nov 2010 17:39:08 +0000 (17:39 +0000)
We weren't expanding ext2 directories and as a result we could
hit a limit when the directory grows larger than one block.

Note that this fix only applies for creating subdirectories.
For creating files (ie. ext2fs_link) we were already doing the
right thing.


No differences found