Skip to content

Commit

Permalink
ceph: add CEPH_FEATURE_FLOCK to the supported feature bits
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Farnum authored and Sage Weil committed Aug 2, 2010
1 parent 20cb34a commit c6f3fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit c6f3fdc

Please sign in to comment.