From: Costa Shulyupin Date: Sun, 3 May 2026 16:02:22 +0000 (+0300) Subject: docs: locking: Fix stale dquot.c path X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c8ebfd4436aa8a1cf5f13f5ade2e06ddf8bbbda5;p=thirdparty%2Flinux.git 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> --- diff --git a/Documentation/filesystems/locking.rst b/Documentation/filesystems/locking.rst index 8421ea21bd35e..277e49314d324 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 ====================