public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: fix the comment above xfs_discard_endio
@ 2025-01-13  4:26 Christoph Hellwig
  2025-01-13  5:04 ` Darrick J. Wong
  2025-01-14 10:30 ` Carlos Maiolino
  0 siblings, 2 replies; 3+ messages in thread
From: Christoph Hellwig @ 2025-01-13  4:26 UTC (permalink / raw)
  To: cem; +Cc: djwong, linux-xfs

pagb_lock has been replaced with eb_lock.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/xfs/xfs_discard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_discard.c b/fs/xfs/xfs_discard.c
index c4bd145f5ec1..3f2403a7b49c 100644
--- a/fs/xfs/xfs_discard.c
+++ b/fs/xfs/xfs_discard.c
@@ -90,7 +90,7 @@ xfs_discard_endio_work(
 
 /*
  * Queue up the actual completion to a thread to avoid IRQ-safe locking for
- * pagb_lock.
+ * eb_lock.
  */
 static void
 xfs_discard_endio(
-- 
2.45.2


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

* Re: [PATCH] xfs: fix the comment above xfs_discard_endio
  2025-01-13  4:26 [PATCH] xfs: fix the comment above xfs_discard_endio Christoph Hellwig
@ 2025-01-13  5:04 ` Darrick J. Wong
  2025-01-14 10:30 ` Carlos Maiolino
  1 sibling, 0 replies; 3+ messages in thread
From: Darrick J. Wong @ 2025-01-13  5:04 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: cem, linux-xfs

On Mon, Jan 13, 2025 at 05:26:26AM +0100, Christoph Hellwig wrote:
> pagb_lock has been replaced with eb_lock.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Yep, I guess we forgot that one. :/
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>

--D

> ---
>  fs/xfs/xfs_discard.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_discard.c b/fs/xfs/xfs_discard.c
> index c4bd145f5ec1..3f2403a7b49c 100644
> --- a/fs/xfs/xfs_discard.c
> +++ b/fs/xfs/xfs_discard.c
> @@ -90,7 +90,7 @@ xfs_discard_endio_work(
>  
>  /*
>   * Queue up the actual completion to a thread to avoid IRQ-safe locking for
> - * pagb_lock.
> + * eb_lock.
>   */
>  static void
>  xfs_discard_endio(
> -- 
> 2.45.2
> 

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

* Re: [PATCH] xfs: fix the comment above xfs_discard_endio
  2025-01-13  4:26 [PATCH] xfs: fix the comment above xfs_discard_endio Christoph Hellwig
  2025-01-13  5:04 ` Darrick J. Wong
@ 2025-01-14 10:30 ` Carlos Maiolino
  1 sibling, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2025-01-14 10:30 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: djwong, linux-xfs

On Mon, 13 Jan 2025 05:26:26 +0100, Christoph Hellwig wrote:
> pagb_lock has been replaced with eb_lock.
> 
> 

Applied to for-next, thanks!

[1/1] xfs: fix the comment above xfs_discard_endio
      commit: f4752daf472b52a376f38243436c67b188a5eddf

Best regards,
-- 
Carlos Maiolino <cem@kernel.org>


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

end of thread, other threads:[~2025-01-14 10:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13  4:26 [PATCH] xfs: fix the comment above xfs_discard_endio Christoph Hellwig
2025-01-13  5:04 ` Darrick J. Wong
2025-01-14 10:30 ` Carlos Maiolino

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