projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b1062
)
ceph: fix ioctl magic
author
Sage Weil
<sage@newdream.net>
Mon, 6 Dec 2010 17:45:22 +0000
(09:45 -0800)
committer
Sage Weil
<sage@newdream.net>
Mon, 6 Dec 2010 17:45:22 +0000
(09:45 -0800)
The ioctl magic was inadvertently changed in
571dba52
.
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/ioctl.h
patch
|
blob
|
history
diff --git
a/fs/ceph/ioctl.h
b/fs/ceph/ioctl.h
index a6ce54e94eb5ab435670093cd6ad789e72cc627b..52e8fd74d450b9e2895eb7c29d80e38b77eb0807 100644
(file)
--- 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 0x9
8
+#define CEPH_IOCTL_MAGIC 0x9
7
/* just use u64 to align sanely on all archs */
struct ceph_ioctl_layout {