From: Jens Axboe Date: Thu, 17 Sep 2009 12:51:44 +0000 (+0200) Subject: nfs: nfs_kill_super() should call bdi_unregister() after killing super X-Git-Tag: v2.6.32-rc1~617^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f25053c0189f8d2887f837d3936cdca1cdf730;p=pandora-kernel.git nfs: nfs_kill_super() should call bdi_unregister() after killing super Otherwise we could be attempting to flush data for a writeback thread and bdi that have already disappeared. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed