Re: CVS commit: src/sys/ufs/lfs

2025-09-15 Thread David Holland
On Mon, Sep 15, 2025 at 11:03:40AM -0700, Konrad Schroder wrote: > The loop has to run because the head of the free list at this point can > never be LFS_UNUSED_INUM; but there is no way for GCC to know that.? I'll > patch it momentarily. Thanks! -- David A. Holland dholl...@netbsd.org

Re: CVS commit: src/sys/ufs/lfs

2025-09-15 Thread Konrad Schroder
The loop has to run because the head of the free list at this point can never be LFS_UNUSED_INUM; but there is no way for GCC to know that.  I'll patch it momentarily. Thanks, -Konrad On 9/15/2025 10:49 AM, David Holland wrote: On Mon, Sep 15, 2025 at 04:15:00AM +, Konrad Schroder wrote: