commit | 1cd275f609ba46c8cae3ee77e499c54a0d13a983 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Dec 06 09:45:22 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Mon Dec 06 09:45:22 2010 -0800 |
tree | 8530a763f57fc2dd02b34c4036c689ae603df3b6 | |
parent | a5b10629edfa521071ccdb3b1e0e7fb350a044db [diff] |
ceph: fix ioctl magic The ioctl magic was inadvertently changed in 571dba52. Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/ioctl.h b/fs/ceph/ioctl.h index a6ce54e..52e8fd7 100644 --- a/fs/ceph/ioctl.h +++ b/fs/ceph/ioctl.h
@@ -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 {