Index | Thread | Search

From:
Kevin Chadwick <kc-openbsd@chadwicks.me.uk>
Subject:
Re: [patch] ext4fs rw
To:
tech@openbsd.org
Date:
Wed, 1 Apr 2026 10:07:23 +0100

Download raw body.

Thread
  • Thomas de Grivel:

    [patch] ext4fs rw

  • 
    -------- Original Message --------
    
    > unclear why there's a copy of crc32c in this "ext4fs" driver - openbsd
    > already has crc32c in the kernel. see sys/lib/libkern/crc32c.h.
    
    One of the reported problems with LLMs generating code is that many maintenance
    issues are created that aren't always apparent in a small scope. One is
    pointless code duplication.
    
    -- 
    All the best,
                 Kevin Chadwick
    
    
  • Thomas de Grivel:

    [patch] ext4fs rw