From: Trond Myklebust Date: Fri, 18 Apr 2014 18:43:56 +0000 (-0400) Subject: NFSd: Move default initialisers from create_client() to alloc_client() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5694c93e6c4954fa9424c215f75eeb919bddad64;p=pandora-kernel.git NFSd: Move default initialisers from create_client() to alloc_client() 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 Cc: stable@vger.kernel.org Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed