nfs: initialize the backing_dev_info when creating the server
authorJens Axboe <jens.axboe@oracle.com>
Mon, 21 Sep 2009 07:59:39 +0000 (09:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 21 Sep 2009 13:40:33 +0000 (15:40 +0200)
commit48d0764998ad4ab7570afab8bb3bee0fbfa55b2a
tree7ad93edfbba609f7f7a730d66d47950630e203d3
parent87c6a9b253520b66e7f5e8f67a37a701eaa51cee
nfs: initialize the backing_dev_info when creating the server

NFS may free the server structure without ever having used the
bdi, so we either need to flag the bdi as being uninitialized or
initialize it up front. This does the latter.

This fixes a crash with mounting more than one NFS file system,
should people ever need that kind of obscure NFS functionality.

Tested-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/nfs/client.c