]> git.neil.brown.name Git - LaFS.git/commit
Revise handling of filesystem inconsistency: nlink == 0
authorNeilBrown <neilb@suse.de>
Mon, 9 Aug 2010 10:43:15 +0000 (20:43 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 9 Aug 2010 10:43:15 +0000 (20:43 +1000)
commit30fa453596b0a84dd42bf13241911df79c60c1d3
tree4dc1760aad7b51c1cc532b7e608841169055d820
parent9bb013ead76b0a88cac96cb23260f8f5e4a96608
Revise handling of filesystem inconsistency: nlink == 0

Our handling wasn't really correct, and made the less-safe
assumption.
So change it to simply increment the linkcount.

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