salvage-zlc-update-20060920

avoid dealing so well with damaged namei volumes that we assume a temporary clone is damaged
This commit is contained in:
Derrick Brashear 2006-09-20 06:51:15 +00:00 committed by Derrick Brashear
parent 361751cbf4
commit 1221e482d7

View File

@ -900,7 +900,6 @@ namei_GetLinkCount2(FdHandle_t * h, Inode ino, int lockit, int fixup, int nowrit
ssize_t rc;
int index;
if (!VALID_INO(ino)) return 0;
/* there's no linktable yet. the salvager will create one later */
if (h->fd_fd == -1 && fixup)
return 1;