Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ceph: fix ioctl magic



The ioctl magic was inadvertently changed in 571dba52.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent a5b10629
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {