From: Sage Weil Date: Mon, 6 Dec 2010 17:45:22 +0000 (-0800) Subject: ceph: fix ioctl magic X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=1cd275f609ba46c8cae3ee77e499c54a0d13a983;p=linux-edison.git ceph: fix ioctl magic The ioctl magic was inadvertently changed in 571dba52. Signed-off-by: Sage Weil --- diff --git a/fs/ceph/ioctl.h b/fs/ceph/ioctl.h index a6ce54e94eb..52e8fd74d45 100644 --- a/fs/ceph/ioctl.h +++ b/fs/ceph/ioctl.h @@ -4,7 +4,7 @@ #include #include -#define CEPH_IOCTL_MAGIC 0x98 +#define CEPH_IOCTL_MAGIC 0x97 /* just use u64 to align sanely on all archs */ struct ceph_ioctl_layout {