From bf030ca267a5c551b9b48c68a40e585405880da8 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Mon, 6 Dec 2010 09:59:50 -0800 Subject: [PATCH] client: resync ioctl header from ceph-client. Previous change to the CEPH_IOCTL_MAGIC in fbbf448 was incorrect! Signed-off-by: Greg Farnum --- src/client/ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/ioctl.h b/src/client/ioctl.h index a6ce54e94eb..52e8fd74d45 100644 --- a/src/client/ioctl.h +++ b/src/client/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 {