Project

General

Profile

Bug #44546 ยป 0001-ceph-demote-quotas-warning-to-debug-message.patch

Luis Henriques, 05/05/2020 11:32 AM

View differences:

fs/ceph/quota.c
}
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;
    (1-1/1)