From c8ebfd4436aa8a1cf5f13f5ade2e06ddf8bbbda5 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Sun, 3 May 2026 19:02:22 +0300 Subject: docs: locking: Fix stale dquot.c path The quota code was moved from fs/dquot.c to fs/quota/dquot.c in commit 884d179dff3a ("quota: Move quota files into separate directory"). Update the reference. Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Costa Shulyupin Reviewed-by: Jan Kara Signed-off-by: Jonathan Corbet Message-ID: <20260503160221.1594319-2-costa.shul@redhat.com> --- Documentation/filesystems/locking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/locking.rst b/Documentation/filesystems/locking.rst index 8421ea21bd35..277e49314d32 100644 --- a/Documentation/filesystems/locking.rst +++ b/Documentation/filesystems/locking.rst @@ -584,7 +584,7 @@ write_info: yes dqonoff_sem FS recursion means calling ->quota_read() and ->quota_write() from superblock operations. -More details about quota locking can be found in fs/dquot.c. +More details about quota locking can be found in fs/quota/dquot.c. vm_operations_struct ==================== -- cgit v1.2.3