Whamcloud - gitweb
e2fsck: perform implied cluster allocations when filling a directory hole
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 26 Jul 2014 00:33:57 +0000 (17:33 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Jul 2014 20:07:17 +0000 (16:07 -0400)
commitff11309ecc24fae663a4d65947b24c371a04a5c7
treee05ab0638cb889f9676565e4619073168f436b6d
parentb729b7dfabace52fb5c76d621f900e578e73bf12
e2fsck: perform implied cluster allocations when filling a directory hole

If we're filling a directory hole, we need to perform an implied
cluster allocation to satisfy the bigalloc rule of mapping only one
pblk to a logical cluster.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass2.c