From: Christoph Hellwig Date: Mon, 13 Jan 2025 04:26:26 +0000 (+0100) Subject: xfs: fix the comment above xfs_discard_endio X-Git-Tag: v6.14-rc1~132^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4752daf472b52a376f38243436c67b188a5eddf;p=thirdparty%2Fkernel%2Flinux.git xfs: fix the comment above xfs_discard_endio pagb_lock has been replaced with eb_lock. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/xfs_discard.c b/fs/xfs/xfs_discard.c index c4bd145f5ec1b..3f2403a7b49ca 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(