build of vfs_lookup.c now broken in non-INVARIANTS kernels
- Reply: Mateusz Guzik : "Re: build of vfs_lookup.c now broken in non-INVARIANTS kernels"
- Reply: Gary Jennejohn : "Re: build of vfs_lookup.c now broken in non-INVARIANTS kernels" {{#reference}}
- In reply to: {{ref.name}}: "{{ref.subject}}"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Sep 2022 10:41:25 UTC
Compiling vfs_lookup.c now fails when NONINVARIANTS is not included in the kernel config file because NDVALIDATE is defined as NDVALIDATE_impl, which itself is only defined when NONINVARIANTS is also defined. This breaks buildkernel. -- Gary Jennejohn