Re: git: 95e945313e8e - stable/13 - fuse: Fix build on 32-bit architectures
- In reply to: Jessica Clarke : "git: 95e945313e8e - stable/13 - fuse: Fix build on 32-bit architectures"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 04:49:13 UTC
On Wed, Mar 2, 2022 at 8:27 PM Jessica Clarke <jrtc27@freebsd.org> wrote:
>
> The branch stable/13 has been updated by jrtc27:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=95e945313e8e22515d3f0b8a5fce97697746c036
>
> commit 95e945313e8e22515d3f0b8a5fce97697746c036
> Author: Jessica Clarke <jrtc27@FreeBSD.org>
> AuthorDate: 2022-03-03 03:22:30 +0000
> Commit: Jessica Clarke <jrtc27@FreeBSD.org>
> CommitDate: 2022-03-03 03:22:30 +0000
>
> fuse: Fix build on 32-bit architectures
>
> MFC 3d721de049be ("Fix NFS exports of FUSE file systems for big
> directories") missed a case of a uint64_t from HEAD that should be a
> u_long in 13 due to KPI differences. Specifically, HEAD has b214fcceacad
> ("Change VOP_READDIR's cookies argument to a **uint64_t"), but stable/13
> does not.
>
> This is a direct commit to stable/13.
Oops. Thanks for fixing that for me!