These are just a couple cleanups for buffer I/O submission based on suggestions from Christoph. This applies on top of the previously posted delwri queue fix [1]. The combination of both slightly circuitously condenses the buf submission path back into a single helper, but we end up in the same place either way. I'm sending this separately because review of the value of this interface refactor is independent of the internal refactor required to implement the aforementioned bug fix. Thoughts, reviews, flames appreciated. [1] https://marc.info/?l=linux-xfs&m=152908593803756&w=2 Brian Brian Foster (2): xfs: combine [a]sync buffer submission apis xfs: kill __xfs_buf_submit_common() fs/xfs/xfs_buf.c | 125 +++++++++++++-------------------------- fs/xfs/xfs_buf.h | 10 +++- fs/xfs/xfs_log_recover.c | 4 +- 3 files changed, 52 insertions(+), 87 deletions(-) -- 2.17.1 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html