dect
/
linux-2.6
Archived
13
0
Fork 0

ceph: add CEPH_FEATURE_FLOCK to the supported feature bits

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>
This commit is contained in:
Greg Farnum 2010-08-02 14:55:24 -07:00 committed by Sage Weil
parent 20cb34ae9e
commit c6f3fdc592
1 changed files with 1 additions and 1 deletions

View File

@ -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
/*