diff options
author | 2025-05-12 13:42:55 +0200 | |
---|---|---|
committer | 2025-05-14 15:37:50 +0200 | |
commit | fa8deae92f473a2ebc0e1c7cfa316f5c083e1880 (patch) | |
tree | a42addd6a420971e28257e089a8dc3d2113210f7 | |
parent | xfs: Fail remount with noattr2 on a v5 with v4 enabled (diff) | |
download | wireguard-linux-fa8deae92f473a2ebc0e1c7cfa316f5c083e1880.tar.xz wireguard-linux-fa8deae92f473a2ebc0e1c7cfa316f5c083e1880.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | fs/xfs/xfs_trans_ail.c | 2 |
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( |