[PATCH 1/7] fuse: use MISC_MAJOR

From: Miklos Szeredi
Date: Mon Jun 12 2006 - 08:24:08 EST


From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>

Have fuse.h use MISC_MAJOR rather than a hardcoded '10'.

Signed-off-by: Jan Engelhardt <jengelh@xxxxxx>
Signed-off-by: Miklos Szeredi <miklos@xxxxxxxxxx>
---

Index: linux/include/linux/fuse.h
===================================================================
--- linux.orig/include/linux/fuse.h 2006-06-12 14:09:22.000000000 +0200
+++ linux/include/linux/fuse.h 2006-06-12 14:09:54.000000000 +0200
@@ -9,6 +9,7 @@
/* This file defines the kernel interface of FUSE */

#include <asm/types.h>
+#include <linux/major.h>

/** Version number of this interface */
#define FUSE_KERNEL_VERSION 7
@@ -20,7 +21,7 @@
#define FUSE_ROOT_ID 1

/** The major number of the fuse character device */
-#define FUSE_MAJOR 10
+#define FUSE_MAJOR MISC_MAJOR

/** The minor number of the fuse character device */
#define FUSE_MINOR 229
-
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/