NeilBrown cfbc0683af NFS: ensure bdi_unregister is called on mount failure.
bdi_unregister is called by nfs_put_super which is only called by
generic_shutdown_super if ->s_root is not NULL.  So if we error out
in a circumstance where we called nfs_bdi_register (i.e. server !=
NULL) but have not set s_root, then we need to call bdi_unregister
explicitly in nfs_get_sb and various other *_get_sb() functions.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2010-03-15 15:37:45 -04:00
..
2010-02-10 08:30:59 -05:00
2009-12-05 13:48:55 -05:00
2009-07-08 09:31:56 -07:00
2010-02-26 17:22:35 -08:00
2009-09-23 18:13:10 -07:00
2010-02-10 08:30:59 -05:00
2010-03-08 14:10:00 -05:00
2010-03-05 15:44:55 -05:00