[cosmetic] format and comment changes to namespace.c
This commit is contained in:
parent
f45273e407
commit
b01b340162
1 changed files with 3 additions and 2 deletions
|
|
@ -370,8 +370,7 @@ int nfs41_root_mount_addrs(
|
|||
status = nfs41_exchange_id(rpc, &root->client_owner,
|
||||
nfs41_exchange_id_flags(is_data), &exchangeid);
|
||||
if (status) {
|
||||
eprintf("nfs41_exchange_id() failed %s\n",
|
||||
nfs_error_string(status));
|
||||
eprintf("nfs41_exchange_id() failed %s\n", nfs_error_string(status));
|
||||
status = ERROR_BAD_NET_RESP;
|
||||
goto out_free_rpc;
|
||||
}
|
||||
|
|
@ -389,6 +388,8 @@ int nfs41_root_mount_addrs(
|
|||
lease_time, &exchangeid, &client);
|
||||
if (status) {
|
||||
eprintf("nfs41_client_create() failed %d\n", status);
|
||||
/* root_client_create takes care of cleaning up
|
||||
* thus don't go to out_free_rpc */
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue