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@xxxxxx> Yep, I guess we forgot that one. :/ Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --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 >