| To: | Dave Chinner <david@xxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 8/8] xfs: use AIL bulk delete function to implement single delete |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Mon, 6 Dec 2010 09:37:32 -0500 |
| Cc: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1290993152-20999-9-git-send-email-david@xxxxxxxxxxxxx> |
| References: | <1290993152-20999-1-git-send-email-david@xxxxxxxxxxxxx> <1290993152-20999-9-git-send-email-david@xxxxxxxxxxxxx> |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
> -/* > * Bulk update version of xfs_trans_ail_delete > * > * This version takes an array of log items that all need to removed from the > * AIL. The caller is already holding the AIL lock, and done all the checks Not overly useful now that the non-bulk version is gone. > * necessary to ensure the items passed in via @lgia are ready for deletion. > + * If an item we delete in the AIL is the minimum one, update the tail lsn in > + * the log manager. > * > * This function will not drop the AIL lock until all items are removed from > * the AIL to minimise the amount of lock traffic on the AIL. This does not > * greatly increase the AIL hold time, but does significantly reduce the > amount > * of traffic on the lock, especially during IO completion. > + * > + * This function must be called with the AIL lock held. The lock is dropped > + * before returning. These should be in the patch introducing xfs_trans_ail_delete_bulk. Otherwise looks good. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 7/8] xfs: use AIL bulk update function to implement single updates, Christoph Hellwig |
|---|---|
| Next by Date: | Re: [PATCH 6/8] xfs: remove all the inodes on a buffer from the AIL in bulk, Dave Chinner |
| Previous by Thread: | Re: [PATCH 7/8] xfs: use AIL bulk update function to implement single updates, Christoph Hellwig |
| Next by Thread: | [PATCH] xfs: log timestamp changes to the source inode in rename, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |