On Mon, Oct 07, 2024 at 07:58:15PM -0600, Jens Axboe wrote: > > OTOH, I'm afraid to let the "but our driver is sooo special!" crowd play > > with the full set of syscalls... init_syscalls.h is already bad enough. > > Hell knows, fs/internal.h just might be a bit of deterrent... > > Deduping it is a good thing, suggestion looks good to me. For random > drivers, very much agree. But are there any of these symbols we end up > exporting? That tends to put a damper on the enthusiasm... You wish... init_unlink() et.al. are not just not exported, they are freed once the system is booted. Doesn't stop that kind of magic being attempted.