diff options
author | Sage Weil <sage@newdream.net> | 2010-12-06 09:45:22 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-12-06 09:45:22 -0800 |
commit | 1cd275f609ba46c8cae3ee77e499c54a0d13a983 (patch) | |
tree | 8530a763f57fc2dd02b34c4036c689ae603df3b6 /fs/ceph | |
parent | a5b10629edfa521071ccdb3b1e0e7fb350a044db (diff) |
ceph: fix ioctl magic
The ioctl magic was inadvertently changed in 571dba52.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 { |