Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- fs/nfs/nfs4proc.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 33c4057..48a763e 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -5784,11 +5784,13 @@ static int _nfs4_getdevicelist(struct nfs_server *server, .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST], .rpc_argp = &args, .rpc_resp = &res, + .rpc_cred = nfs4_get_machine_cred(server->nfs_client), }; int status; dprintk("--> %s\n", __func__); status = nfs4_call_sync(server, &msg, &args, &res, 0); + put_rpccred(msg.rpc_cred); dprintk("<-- %s status=%d\n", __func__, status); return status; } -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html