nfs: nfs_kill_super() should call bdi_unregister() after killing super
authorJens Axboe <jens.axboe@oracle.com>
Thu, 17 Sep 2009 12:51:44 +0000 (14:51 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 21 Sep 2009 13:40:32 +0000 (15:40 +0200)
commit92f25053c0189f8d2887f837d3936cdca1cdf730
tree42cb0d38ee8983fa31290c5c80322574c04f4d5a
parent6952b61de9984073289859073e8195ad0bee8fd5
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 <jens.axboe@oracle.com>
fs/nfs/super.c