Skip to content

Commit f4752da

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: fix the comment above xfs_discard_endio
pagb_lock has been replaced with eb_lock. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Carlos Maiolino <[email protected]>
1 parent 09f7680 commit f4752da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/xfs_discard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ xfs_discard_endio_work(
9090

9191
/*
9292
* Queue up the actual completion to a thread to avoid IRQ-safe locking for
93-
* pagb_lock.
93+
* eb_lock.
9494
*/
9595
static void
9696
xfs_discard_endio(

0 commit comments

Comments
 (0)