aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/quota.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/quota.c')
-rw-r--r--fs/ceph/quota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/quota.c b/fs/ceph/quota.c
index d629fc857450..8534920aefa7 100644
--- a/fs/ceph/quota.c
+++ b/fs/ceph/quota.c
@@ -148,8 +148,8 @@ static struct inode *lookup_quotarealm_inode(struct ceph_mds_client *mdsc,
}
in = ceph_lookup_inode(sb, realm->ino);
if (IS_ERR(in)) {
- pr_warn("Can't lookup inode %llx (err: %ld)\n",
- realm->ino, PTR_ERR(in));
+ dout("Can't lookup inode %llx (err: %ld)\n",
+ realm->ino, PTR_ERR(in));
qri->timeout = jiffies + msecs_to_jiffies(60 * 1000); /* XXX */
} else {
qri->timeout = 0;