Fixes: 791cff936c81 ("ceph: quota: fix quota subdir mounts") Signed-off-by: kbuild test robot <lkp@xxxxxxxxx> --- quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;