From: Hartmut Reuter Date: Wed, 4 Apr 2001 18:28:05 +0000 (+0000) Subject: make-getfreetag-find-correct-free-tags-20010404 X-Git-Tag: openafs-stable-1_1_0~224 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d06043cc1036622746e3a082a6e7096600d98bd0;p=packages%2Fo%2Fopenafs.git make-getfreetag-find-correct-free-tags-20010404 "I have found a "nice" bug in namei_ops.c: In GetFreeTag() the following code was used to find a free place in the link table entry: /* Now find a free column in this row and claim it. */ coldata = 0x7; for (col = 0; col= NAMEI_MAXVOLS) goto badGetFreeTag;