Re: [PATCH] cachefiles: allocate static minor for /dev/cachefiles

From: David Howells
Date: Thu Jun 22 2023 - 09:43:50 EST


Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote:

> The cachefiles misc character device uses MISC_DYNAMIC_MINOR and thus
> doesn't support module auto-loading. Assign a static minor number for it
> and provide appropriate module aliases for it. This is enough for kmod to
> create the /dev/cachefiles device node on startup and facility module
> auto-loading.

Why? The systemd unit file for it just modprobe's the module first. It's a
specialist device file only for use by the appropriate daemon.

David