projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20cb34a
)
ceph: add CEPH_FEATURE_FLOCK to the supported feature bits
author
Greg Farnum
<gregf@hq.newdream.net>
Mon, 2 Aug 2010 21:55:24 +0000
(14:55 -0700)
committer
Sage Weil
<sage@newdream.net>
Mon, 2 Aug 2010 22:48:51 +0000
(15:48 -0700)
This informs the server that we will accept v2 client_caps format and v2
client_reconnect format messages.
Signed-off-by: Greg Farnum <gregf@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/super.h
patch
|
blob
|
history
diff --git
a/fs/ceph/super.h
b/fs/ceph/super.h
index
281e458
..
83f7cc5
100644
(file)
--- a/
fs/ceph/super.h
+++ b/
fs/ceph/super.h
@@
-33,7
+33,7
@@
/*
* Supported features
*/
-#define CEPH_FEATURE_SUPPORTED CEPH_FEATURE_NOSRCADDR
+#define CEPH_FEATURE_SUPPORTED CEPH_FEATURE_NOSRCADDR
| CEPH_FEATURE_FLOCK
#define CEPH_FEATURE_REQUIRED CEPH_FEATURE_NOSRCADDR
/*