| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 0/10] XFS: clean up sync code |
| From: | Dave Chinner <david@xxxxxxxxxxxxx> |
| Date: | Sat, 13 Sep 2008 23:57:00 +1000 |
xfs_sync and xfs_syncsub are multiplexed interfaces that shares relatively little code between callers. because it is a multiplexed interface, it's hard to tell what is executed in each context it is called. Factor out the sync code and explicitly call the sync functions needed rather than the multiplexed interfaces. Once this is done, we can remove xfs_syncsub and xfs_sync altogether. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 04/10] XFS: kill xfs_syncsub, Dave Chinner |
|---|---|
| Next by Date: | [PATCH 08/10] XFS: Kill SYNC_CLOSE, Dave Chinner |
| Previous by Thread: | [PATCH 0/6] XFS: replace the mount inode list with radix tree traversals V4, Dave Chinner |
| Next by Thread: | [PATCH 06/10] XFS: make SYNC_ATTR no longer use xfs_sync, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |