From: Derrick Brashear Date: Wed, 20 Sep 2006 06:55:32 +0000 (+0000) Subject: DEVEL15-salvage-zlc-update-20060920 X-Git-Tag: openafs-devel-1_5_9~60 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=de416a1ddd32ea6d57b9f68341baf3c8c07e32b0;p=packages%2Fo%2Fopenafs.git DEVEL15-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 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;