Whamcloud - gitweb
e2fsck: try implied cluster allocation when expanding a dir
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 16 Dec 2013 04:54:07 +0000 (23:54 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 16 Dec 2013 04:54:09 +0000 (23:54 -0500)
commit0047255f602ae725a37f24c9b3214a1400459a20
tree51396267eaabc3b1f91d1723f0a0cec3f758e1c2
parent69beadcfb285cb5ee254d7f53c64a3f0dc42e229
e2fsck: try implied cluster allocation when expanding a dir

When we're expanding a directory, check to see if we're doing an
implied cluster allocation; if so, we don't need to allocate a new
block, and we certainly don't need to update the summary counts.

Reported-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/pass3.c