diff options
Diffstat (limited to 'net/ceph/messenger.c')
-rw-r--r-- | net/ceph/messenger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c index 4a5df7b1cc9f..260670558746 100644 --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c | |||
@@ -2853,8 +2853,8 @@ static void con_fault(struct ceph_connection *con) | |||
2853 | */ | 2853 | */ |
2854 | void ceph_messenger_init(struct ceph_messenger *msgr, | 2854 | void ceph_messenger_init(struct ceph_messenger *msgr, |
2855 | struct ceph_entity_addr *myaddr, | 2855 | struct ceph_entity_addr *myaddr, |
2856 | u32 supported_features, | 2856 | u64 supported_features, |
2857 | u32 required_features, | 2857 | u64 required_features, |
2858 | bool nocrc) | 2858 | bool nocrc) |
2859 | { | 2859 | { |
2860 | msgr->supported_features = supported_features; | 2860 | msgr->supported_features = supported_features; |