ceph: fix ioctl magic

The ioctl magic was inadvertently changed in 571dba52.

Signed-off-by: Sage Weil <sage@newdream.net>

Sage Weil 1cd275f6 a5b10629

+1 -1
+1 -1
fs/ceph/ioctl.h
··· 4 #include <linux/ioctl.h> 5 #include <linux/types.h> 6 7 - #define CEPH_IOCTL_MAGIC 0x98 8 9 /* just use u64 to align sanely on all archs */ 10 struct ceph_ioctl_layout {
··· 4 #include <linux/ioctl.h> 5 #include <linux/types.h> 6 7 + #define CEPH_IOCTL_MAGIC 0x97 8 9 /* just use u64 to align sanely on all archs */ 10 struct ceph_ioctl_layout {