diff options
author | 2025-01-13 05:26:26 +0100 | |
---|---|---|
committer | 2025-01-13 14:56:20 +0100 | |
commit | f4752daf472b52a376f38243436c67b188a5eddf (patch) | |
tree | 6011bc6c7abcdb3c7d48bb800006c8cb28355c59 | |
parent | xfs: remove bp->b_error check in xfs_attr3_root_inactive (diff) | |
download | wireguard-linux-f4752daf472b52a376f38243436c67b188a5eddf.tar.xz wireguard-linux-f4752daf472b52a376f38243436c67b188a5eddf.zip |
xfs: fix the comment above xfs_discard_endio
pagb_lock has been replaced with eb_lock.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | fs/xfs/xfs_discard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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( |