From: Daniel Stodden Date: Sat, 7 Aug 2010 16:45:12 +0000 (+0200) Subject: blkfront: Fix blkfront backend switch race (bdev release) X-Git-Tag: v2.6.36-rc1~288^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd152f4b6ae4f3cf89e4b7a0383cc3c470772fc;p=pandora-kernel.git blkfront: Fix blkfront backend switch race (bdev release) We cannot read backend state within bdev operations, because it risks grabbing the state change before xenbus gets to do it. Fixed by tracking deferral with a frontend switch to Closing. State exposure isn't strictly necessary, but the backends won't mind. For a 'clean' deferral this seems actually a more decent protocol than raising errors. Signed-off-by: Daniel Stodden Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Jens Axboe --- Reading git-diff-tree failed