diff options
author | Greg Farnum <gregf@hq.newdream.net> | 2010-08-02 14:55:24 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-08-02 15:48:51 -0700 |
commit | c6f3fdc592d61847da0e2172e352dbcb53c83d39 (patch) | |
tree | b658c608a71b3c373b529ec5d0b9930b1263166d /fs/ceph | |
parent | 20cb34ae9e4b008a8789a48d52f5aa279dc400b6 (diff) | |
download | linux-3.10-c6f3fdc592d61847da0e2172e352dbcb53c83d39.tar.gz linux-3.10-c6f3fdc592d61847da0e2172e352dbcb53c83d39.tar.bz2 linux-3.10-c6f3fdc592d61847da0e2172e352dbcb53c83d39.zip |
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>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 281e458db8b..83f7cc5fab1 100644 --- 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 /* |