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

src/vol/namei_ops.c

index 22dfade1acd4eb80125e6e825c164675f3ea6774..0b66faf9b433e7af9a8dedbcde16606be0f17d9e 100644 (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;