aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/ceph_common.c
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-06-15 15:32:04 -0400
committerSage Weil <sage@inktank.com>2012-06-15 15:32:04 -0400
commit9a64e8e0ace51b309fdcff4b4754b3649250382a (patch)
tree1f0d75c196c5ab0408c55ed6cf3a152f1f921e15 /net/ceph/ceph_common.c
parentf3dea7edd3d449fe7a6d402c1ce56a294b985261 (diff)
parentf8f5701bdaf9134b1f90e5044a82c66324d2073f (diff)
Merge tag 'v3.5-rc1'
Linux 3.5-rc1 Conflicts: net/ceph/messenger.c
Diffstat (limited to 'net/ceph/ceph_common.c')
-rw-r--r--net/ceph/ceph_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c
index c815f31a1a3f..58b09efb528d 100644
--- a/net/ceph/ceph_common.c
+++ b/net/ceph/ceph_common.c
@@ -441,8 +441,8 @@ EXPORT_SYMBOL(ceph_client_id);
441 * create a fresh client instance 441 * create a fresh client instance
442 */ 442 */
443struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, 443struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private,
444 unsigned supported_features, 444 unsigned int supported_features,
445 unsigned required_features) 445 unsigned int required_features)
446{ 446{
447 struct ceph_client *client; 447 struct ceph_client *client;
448 struct ceph_entity_addr *myaddr = NULL; 448 struct ceph_entity_addr *myaddr = NULL;