From: Maxim Levitsky Date: Sat, 27 Feb 2010 00:31:51 +0000 (+0200) Subject: mtd: blktrans: do blk_cleanup_queue when it is really safe to do so X-Git-Tag: v2.6.35-rc1~465^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d64cab99a2d659bf9d6fe9ab67666bceb68d87;p=pandora-kernel.git mtd: blktrans: do blk_cleanup_queue when it is really safe to do so I was calling it in del_mtd_blktrans_dev, but ->request_fn could still be running at that point, thus defer this call to blktrans_dev_release Signed-off-by: Maxim Levitsky Signed-off-by: David Woodhouse --- Reading git-diff-tree failed