diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c
index 82a2e2a06a659fd108d1d0a002bfdbefb24a2053..e4e7a856e9c28529ffccdb8cee154f2de81f5a23 100644
--- a/fs/ceph/dir.c
+++ b/fs/ceph/dir.c
@@ -1589,7 +1589,7 @@ void __ceph_dentry_dir_lease_touch(struct ceph_dentry_info *di)
 	}
 
 	spin_lock(&mdsc->dentry_list_lock);
-	__dentry_dir_lease_touch(mdsc, di),
+	__dentry_dir_lease_touch(mdsc, di);
 	spin_unlock(&mdsc->dentry_list_lock);
 }