diff --git a/[refs] b/[refs] index 69dd41d69391..ad5ef6dcc9c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 12dfd080556124088ed61a292184947711b46cbe +refs/heads/master: 7653f6ff4ebab2a094e65b60fb19ee66ed2f78e7 diff --git a/trunk/fs/nfs/nfs4client.c b/trunk/fs/nfs/nfs4client.c index cbcdfaf32505..24eb663f8ed5 100644 --- a/trunk/fs/nfs/nfs4client.c +++ b/trunk/fs/nfs/nfs4client.c @@ -74,7 +74,7 @@ struct nfs_client *nfs4_alloc_client(const struct nfs_client_initdata *cl_init) return clp; error: - kfree(clp); + nfs_free_client(clp); return ERR_PTR(err); }