xfs: Fix comment on xfs_trans_ail_update_bulk()
authorCarlos Maiolino <cem@kernel.org>
Mon, 12 May 2025 11:42:56 +0000 (13:42 +0200)
committerCarlos Maiolino <cem@kernel.org>
Wed, 14 May 2025 13:37:50 +0000 (15:37 +0200)
commit08c73a4b2e3cd2ff9db0ecb3c5c0dd7e23edc770
treedecf839072285691ea7f66ab42facaa1f3cc20c8
parentfa8deae92f473a2ebc0e1c7cfa316f5c083e1880
xfs: Fix comment on xfs_trans_ail_update_bulk()

This function doesn't take the AIL lock, but should be called
with AIL lock held. Also (hopefuly) simplify the comment.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chandan Babu R <chandanbabu@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_trans_ail.c