]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-salvage-zlc-update-20060920 openafs-stable-1_4_2fc4
authorDerrick Brashear <shadow@andrew.cmu.edu>
Wed, 20 Sep 2006 06:52:35 +0000 (06:52 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 20 Sep 2006 06:52:35 +0000 (06:52 +0000)
avoid dealing so well with damaged namei volumes that we assume a temporary clone is damaged

(cherry picked from commit 1221e482d786a56ca52568ed29a9c981e674ad7a)

src/vol/namei_ops.c

index 92d7aa84869eab6ef7a43ed5100a734f4e80af43..32f628ab2dcacf3ba82dbb9c1e044b4fbba7a7a7 100644 (file)
@@ -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;