commit | a1b7ea5d58c53c13f082110e535d98bc4e8e5cfe | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Mar 30 11:05:09 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Apr 08 08:09:28 2011 -0500 |
tree | 8238090fc86fa6198680012b9d65d272529ba44b | |
parent | 957935dcd8e11d6f789b4ed769b376040e15565b [diff] |
xfs: use proper interfaces for on-stack plugging Add proper blk_start_plug/blk_finish_plug pairs for the two places where we issue buffer I/O, and remove the blk_flush_plug in xfs_buf_lock and xfs_buf_iowait, given that context switches already flush the per-process plugging lists. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>