Commit 1cd275f6 authored by Sage Weil's avatar Sage Weil

ceph: fix ioctl magic

The ioctl magic was inadvertently changed in 571dba52.
Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent a5b10629
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment