From 757d27111c85a1d8862d27927ee8910332a85a50 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Fri, 23 Sep 2011 11:53:30 -0700 Subject: [PATCH] --- yaml --- r: 274277 b: refs/heads/master c: 0c6d4b4e22a513f8563a2e00c5ab08e9f8796272 h: refs/heads/master i: 274275: 73081bde1c1a5285ba830cbd66d173c5248c1f3b v: v3 --- [refs] | 2 +- trunk/fs/ceph/super.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b89fd3be8b28..cea18783a87e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7fd7d101ff50af55d6d69f4705facc00c324024e +refs/heads/master: 0c6d4b4e22a513f8563a2e00c5ab08e9f8796272 diff --git a/trunk/fs/ceph/super.c b/trunk/fs/ceph/super.c index 788f5ad8e66d..a90846fac759 100644 --- a/trunk/fs/ceph/super.c +++ b/trunk/fs/ceph/super.c @@ -426,7 +426,7 @@ static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) /* * create a new fs client */ -struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, +static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, struct ceph_options *opt) { struct ceph_fs_client *fsc; @@ -502,7 +502,7 @@ struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, return ERR_PTR(err); } -void destroy_fs_client(struct ceph_fs_client *fsc) +static void destroy_fs_client(struct ceph_fs_client *fsc) { dout("destroy_fs_client %p\n", fsc);