[RFC PATCH ceph-client] ceph: __ceph_unreserve_caps() can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fixes: 9f5982aad6c0 ("ceph: introduce a helper for reducing duplicated code")
Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
---
 caps.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c
index a3c0dbf..138e28b 100644
--- a/fs/ceph/caps.c
+++ b/fs/ceph/caps.c
@@ -156,7 +156,7 @@ void ceph_adjust_min_caps(struct ceph_mds_client *mdsc, int delta)
 	spin_unlock(&mdsc->caps_list_lock);
 }
 
-void __ceph_unreserve_caps(struct ceph_mds_client *mdsc, int nr_caps)
+static void __ceph_unreserve_caps(struct ceph_mds_client *mdsc, int nr_caps)
 {
 	struct ceph_cap *cap;
 	int i;
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux