From: Derrick Brashear Date: Wed, 20 Sep 2006 06:51:15 +0000 (+0000) Subject: salvage-zlc-update-20060920 X-Git-Tag: BP-openafs-windows-kdfs-ifs~1039 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1221e482d786a56ca52568ed29a9c981e674ad7a;p=packages%2Fo%2Fopenafs.git salvage-zlc-update-20060920 avoid dealing so well with damaged namei volumes that we assume a temporary clone is damaged --- diff --git a/src/vol/namei_ops.c b/src/vol/namei_ops.c index 22dfade1a..0b66faf9b 100644 --- a/src/vol/namei_ops.c +++ b/src/vol/namei_ops.c @@ -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;