Re: [PATCH] Fuse chardevice number

From: Miklos Szeredi
Date: Thu Jul 14 2005 - 05:02:38 EST


> >> /** The minor number of the fuse character device */
> >> -#define FUSE_MINOR 229
> >> +#define FUSE_MINOR MISC_DYNAMIC_MINOR
> >
> >FUSE has an allocated fix minor. Dynamic minor is much harder to
> >handle with legacy /dev (not udev).
>
> How many users of 2.6.13 and up really do not have/run udev? [Please don't
> send too many responses]

Don't be afraid, 2.6.13 is not yet released. So the number of users
of udev under 2.6.13 is exactly zero ;)

> A module option could be added to specify an explicit minor.

That's just making it more complicated without any gain. An assigned
device number (if it exsist) is exactly as good as a dynamic.

Miklos

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/