Re: [PATCH v2] xfs: revise function comment for xfs_trans_ail_delete

2019-09-03 Thread Darrick J. Wong
On Sat, Aug 31, 2019 at 05:23:43PM +0800, yu kuai wrote: > Since xfs_trans_ail_delete_bulk no longer exists, revising the comment > for new function xfs_trans_ail_delete. > > Fix following warning: > make W=1 fs/xfs/xfs_trans_ail.o > fs/xfs/xfs_trans_ail.c:793: warning: Function parameter or membe

[PATCH v2] xfs: revise function comment for xfs_trans_ail_delete

2019-08-31 Thread yu kuai
Since xfs_trans_ail_delete_bulk no longer exists, revising the comment for new function xfs_trans_ail_delete. Fix following warning: make W=1 fs/xfs/xfs_trans_ail.o fs/xfs/xfs_trans_ail.c:793: warning: Function parameter or member 'ailp' not described in 'xfs_trans_ail_delete' fs/xfs/xfs_trans_ai