Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <linux/ioctl.h> #include <linux/ioctl.h>
#include <linux/types.h> #include <linux/types.h>
#define CEPH_IOCTL_MAGIC 0x98 #define CEPH_IOCTL_MAGIC 0x97
/* just use u64 to align sanely on all archs */ /* just use u64 to align sanely on all archs */
struct ceph_ioctl_layout { struct ceph_ioctl_layout {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment