summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2025-05-12 14:42:55 +0300
committerCarlos Maiolino <cem@kernel.org>2025-05-14 16:37:50 +0300
commitfa8deae92f473a2ebc0e1c7cfa316f5c083e1880 (patch)
treea42addd6a420971e28257e089a8dc3d2113210f7
parent95b613339c0e5fe651a3ef7605708478bc34a5af (diff)
downloadlinux-fa8deae92f473a2ebc0e1c7cfa316f5c083e1880.tar.xz
xfs: Fix a comment on xfs_ail_delete
It doesn't return anything. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com> Reviewed-by: Chandan Babu R <chandanbabu@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r--fs/xfs/xfs_trans_ail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c
index 85a649fec6ac..7d327a3e5a73 100644
--- a/fs/xfs/xfs_trans_ail.c
+++ b/fs/xfs/xfs_trans_ail.c
@@ -315,7 +315,7 @@ xfs_ail_splice(
}
/*
- * Delete the given item from the AIL. Return a pointer to the item.
+ * Delete the given item from the AIL.
*/
static void
xfs_ail_delete(