From: Christoph Hellwig Date: Tue, 23 Aug 2011 08:28:03 +0000 (+0000) Subject: xfs: remove delwri buffer handling from xfs_buf_iorequest X-Git-Tag: v3.2-rc1~134^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375ec69d2ef6e0797f19f5823e36e249765c3d41;p=pandora-kernel.git xfs: remove delwri buffer handling from xfs_buf_iorequest We cannot ever reach xfs_buf_iorequest for a buffer with XBF_DELWRI set, given that all write handlers make sure that the buffer is remove from the delwri queue before, and we never do reads with the XBF_DELWRI flag set (which the code would not handle correctly anyway). Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed