commit | 5ec4fabb02fcb5b4a4154a27e4299af5aa0f87ac | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Oct 30 09:11:47 2009 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Dec 11 15:11:20 2009 -0600 |
tree | 5932e385b83c06241f4696c3d2ae6000bd0f2a6f | |
parent | 06342cf8adb23464deae0f58f8bcb87818a3bee6 [diff] |
xfs: cleanup data end I/O handlers Currently we have different end I/O handlers for read vs the different types of write I/O. But they are all very similar so we could just use one with a few conditionals and reduce code size a lot. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Signed-off-by: Alex Elder <aelder@sgi.com>