diff mbox series

[RFC,ceph-client] ceph: quota: ceph_find_quotarealm_inode() can be static

Message ID 20190324071217.GA73367@athens (mailing list archive)
State New, archived
Headers show
Series [RFC,ceph-client] ceph: quota: ceph_find_quotarealm_inode() can be static | expand

Commit Message

kernel test robot March 24, 2019, 7:12 a.m. UTC
Fixes: 791cff936c81 ("ceph: quota: fix quota subdir mounts")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 quota.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/ceph/quota.c b/fs/ceph/quota.c
index 9dffe84..077ebe7 100644
--- a/fs/ceph/quota.c
+++ b/fs/ceph/quota.c
@@ -77,7 +77,7 @@  void ceph_handle_quota(struct ceph_mds_client *mdsc,
 	iput(inode);
 }
 
-struct ceph_quotarealm_inode *ceph_find_quotarealm_inode(
+static struct ceph_quotarealm_inode *ceph_find_quotarealm_inode(
 	struct ceph_mds_client *mdsc, u64 ino)
 {
 	struct ceph_quotarealm_inode *qri = NULL;