From: Christoph Hellwig Date: Fri, 30 Oct 2009 09:11:47 +0000 (+0000) Subject: xfs: cleanup data end I/O handlers X-Git-Tag: v2.6.33-rc1~312^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec4fabb02fcb5b4a4154a27e4299af5aa0f87ac;p=pandora-kernel.git 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 Reviewed-by: Alex Elder Signed-off-by: Alex Elder --- Reading git-diff-tree failed