Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v1] docs: locking: Fix stale dquot.c path
@ 2026-05-03 16:02 Costa Shulyupin
  2026-05-03 17:16 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Costa Shulyupin @ 2026-05-03 16:02 UTC (permalink / raw)
  To: Matthew Wilcox (Oracle), Jan Kara, Jonathan Corbet, Shuah Khan,
	Randy Dunlap, linux-fsdevel, linux-mm, linux-doc, linux-kernel
  Cc: Costa Shulyupin

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 <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
 ====================
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] docs: locking: Fix stale dquot.c path
  2026-05-03 16:02 [PATCH v1] docs: locking: Fix stale dquot.c path Costa Shulyupin
@ 2026-05-03 17:16 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2026-05-03 17:16 UTC (permalink / raw)
  To: Costa Shulyupin
  Cc: Matthew Wilcox (Oracle), Jan Kara, Jonathan Corbet, Shuah Khan,
	Randy Dunlap, linux-fsdevel, linux-mm, linux-doc, linux-kernel

On Sun 03-05-26 19:02:22, Costa Shulyupin wrote:
> 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 <costa.shul@redhat.com>

Right. Feel free to add:

Reviewed-by: Jan Kara <jack@suse.cz>

								Honza

> ---
>  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
>  ====================
> -- 
> 2.53.0
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-03 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03 16:02 [PATCH v1] docs: locking: Fix stale dquot.c path Costa Shulyupin
2026-05-03 17:16 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox