Skip to content

Commit

Permalink
ceph: fix ioctl magic
Browse files Browse the repository at this point in the history
The ioctl magic was inadvertently changed in 571dba5.

Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
Sage Weil committed Dec 6, 2010
1 parent a5b1062 commit 1cd275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1cd275f

Please sign in to comment.