ceph: fix ioctl magic
authorSage Weil <sage@newdream.net>
Mon, 6 Dec 2010 17:45:22 +0000 (09:45 -0800)
committerSage Weil <sage@newdream.net>
Mon, 6 Dec 2010 17:45:22 +0000 (09:45 -0800)
The ioctl magic was inadvertently changed in 571dba52.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/ioctl.h

index a6ce54e..52e8fd7 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/ioctl.h>
 #include <linux/types.h>
 
-#define CEPH_IOCTL_MAGIC 0x98
+#define CEPH_IOCTL_MAGIC 0x97
 
 /* just use u64 to align sanely on all archs */
 struct ceph_ioctl_layout {