commit | ed6ad7a5caac4bc865280a2946b54f348a3bb2f4 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Apr 18 14:43:56 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 07 13:25:36 2014 -0700 |
tree | fdd07894d68d5cedfe97b8f1efe9907305242099 | |
parent | 21ec04003007ce13a632b1d53816e27f63e4dc3f [diff] |
NFSd: Move default initialisers from create_client() to alloc_client() commit 5694c93e6c4954fa9424c215f75eeb919bddad64 upstream. Aside from making it clearer what is non-trivial in create_client(), it also fixes a bug whereby we can call free_client() before idr_init() has been called. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>