63788a8e8c98824ef7cc7b70535d4c7b154f parent 08023d6dbe840dc4271805a9ea376fcbdee9f744 author Christoph Hellwig 1342160650 -0400 committer Ben Myers 1342201854 -0500 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 ÐÝ㪚9x