]> git.neil.brown.name Git - LaFS.git/commit
Allow index block to be Realloc during truncate.
authorNeilBrown <neilb@suse.de>
Fri, 2 Jul 2010 23:41:08 +0000 (09:41 +1000)
committerNeilBrown <neilb@suse.de>
Sat, 3 Jul 2010 00:16:09 +0000 (10:16 +1000)
commit1597c0a6a252dec9d7de8ea9d5c6bfb76d2b5175
treec9233e6870fa863812c461a7720fa30bf1df1163
parent6e1f204d4b828ce353d54a6228ced7f7511dd664
Allow index block to be Realloc during truncate.

And data blocks in realloc will have been destroyed in
erase_dblock, but there could legitimately be Realloc index blocks
still, so allow them to be handled.

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