From: Derrick Brashear Date: Wed, 20 Sep 2006 06:52:35 +0000 (+0000) Subject: STABLE14-salvage-zlc-update-20060920 X-Git-Tag: openafs-stable-1_4_2fc4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3d7c1b6814e809dfd709f4c7dfe4b4853e3f2cb8;p=packages%2Fo%2Fopenafs.git STABLE14-salvage-zlc-update-20060920 avoid dealing so well with damaged namei volumes that we assume a temporary clone is damaged (cherry picked from commit 1221e482d786a56ca52568ed29a9c981e674ad7a) --- diff --git a/src/vol/namei_ops.c b/src/vol/namei_ops.c index 92d7aa848..32f628ab2 100644 --- a/src/vol/namei_ops.c +++ b/src/vol/namei_ops.c @@ -898,7 +898,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;