[Bug 274552] Setting soft quota grace time has no effect, stays at default 7 days.

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 21 Oct 2023 06:10:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274552

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=2fee3974603bce6f2dc153eb6af459cb4f864ab4

commit 2fee3974603bce6f2dc153eb6af459cb4f864ab4
Author:     Mikel Lechner <mikel@svpal.org>
AuthorDate: 2023-10-21 06:08:38 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-10-21 06:08:38 +0000

    ufs quotas: fix configuring soft quota grace time

    The QTF_CLOSING flag needs to be cleared earlier to allow dqget() to
    work.

    PR:     274552
    MFC after:      1 week

 sys/ufs/ufs/ufs_quota.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.