On Wed, Nov 26, 2025 at 09:18:20PM +0100, Andreas Beckmann wrote: > > openafs-modules-dkms fails to build a module for Linux 6.18 in > experimental: > > ... > CC [M] osi_vfsops.o > osi_vfsops.c: In function 'afs_mount': > osi_vfsops.c:57:12: error: implicit declaration of function 'mount_nodev' > [-Wimplicit-function-declaration] > 57 | return mount_nodev(fs_type, flags, data, afs_fill_super); > | ^~~~~~~~~~~ > osi_vfsops.c:57:12: error: returning 'int' from a function with return type > 'struct dentry *' makes pointer from integer without a cast [-Wint-conversion] > 57 | return mount_nodev(fs_type, flags, data, afs_fill_super); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yup, known upstream, and AIUI this is just the first of several issues to overcome. Thanks for reporting the -dkms package build issues when new kernels hit experimental, by the way! -Ben

