Loading fs/nfs/nfs4idmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,7 @@ nfs_idmap_new(struct nfs_client *clp) err_destroy_pipe: rpc_destroy_pipe_data(idmap->idmap_pipe); err: get_user_ns(idmap->user_ns); put_user_ns(idmap->user_ns); kfree(idmap); return error; } Loading Loading
fs/nfs/nfs4idmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,7 @@ nfs_idmap_new(struct nfs_client *clp) err_destroy_pipe: rpc_destroy_pipe_data(idmap->idmap_pipe); err: get_user_ns(idmap->user_ns); put_user_ns(idmap->user_ns); kfree(idmap); return error; } Loading