From 1221e482d786a56ca52568ed29a9c981e674ad7a Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 20 Sep 2006 06:51:15 +0000 Subject: [PATCH] salvage-zlc-update-20060920 avoid dealing so well with damaged namei volumes that we assume a temporary clone is damaged --- src/vol/namei_ops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vol/namei_ops.c b/src/vol/namei_ops.c index 22dfade1ac..0b66faf9b4 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;