Эх сурвалжийг харах

ceph: fix ioctl magic

The ioctl magic was inadvertently changed in 571dba52.

Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil 14 жил өмнө
parent
commit
1cd275f609
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      fs/ceph/ioctl.h

+ 1 - 1
fs/ceph/ioctl.h

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