From: Christoph Hellwig Date: Fri, 13 Jul 2012 06:24:10 +0000 (-0400) Subject: xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks X-Git-Tag: v3.6-rc1~42^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2dcf5df5f3813a44423d4a5026666e751ec00dd;p=pandora-kernel.git xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks xfs_bdstrat_cb only adds a check for a shutdown filesystem over xfs_buf_iorequest, but xfs_buf_iodone_callbacks just checked for a shut down filesystem a little earlier. In addition the shutdown handling in xfs_bdstrat_cb is not very suitable for this caller. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed