| 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 |
| Sender: | xfs-bounce@xxxxxxxxxxx |
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 10/10] XFS: Move remaining quiesce code., Dave Chinner |
|---|---|
| Next by Date: | [PATCH 03/10] XFS: use xfs_sync_inodes rather than xfs_syncsub, 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 01/10] XFS: split out two helpers from xfs_syncsub, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |