[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1L3bA9-0000Dx-Vb@pomaz-ex.szeredi.hu>
Date: Fri, 21 Nov 2008 19:55:29 +0100
From: Miklos Szeredi <miklos@...redi.hu>
To: tj@...nel.org
CC: linux-kernel@...r.kernel.org, fuse-devel@...ts.sourceforge.net,
miklos@...redi.hu, akpm@...ux-foundation.org, greg@...ah.com,
tj@...nel.org
Subject: Re: [PATCH 5/5] CUSE: implement CUSE - Character device in Userspace
On Thu, 20 Nov 2008, Tejun Heo wrote:
> diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
> index 0be9245..d4dcca8 100644
> --- a/include/linux/miscdevice.h
> +++ b/include/linux/miscdevice.h
> @@ -28,6 +28,7 @@
> #define MPT_MINOR 220
> #define HPET_MINOR 228
> #define FUSE_MINOR 229
> +#define CUSE_MINOR 230
This doesn't work: device numbers have to be allocated by LANANA.
But maybe we can get away with a dynamic number, now that everyone
uses udev?
Miklos
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists