]> git.neil.brown.name Git - LaFS.git/commit
Ensure InoIdx block is really empty before erasing it.
authorNeilBrown <neilb@suse.de>
Wed, 23 Jun 2010 01:48:28 +0000 (11:48 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 23 Jun 2010 02:49:01 +0000 (12:49 +1000)
commit01750c9eb06398905665ceec6b2bbbf83216eb7f
treec76fb46cec19529ba63d02188a6a88a5a8b61b31
parentff45cffbc0c3dac38db9e87cfa0ffb06ae755d7c
Ensure InoIdx block is really empty before erasing it.

We we missing the test for non-empty children.
So move the block of code to after that test.

Signed-off-by: NeilBrown <neilb@suse.de>
modify.c