Commit ed992753 authored by Trond Myklebust's avatar Trond Myklebust Committed by J. Bruce Fields

nfsd: Fix the documentation for svcxdr_tmpalloc()

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b96811cd
...@@ -212,10 +212,10 @@ static int zero_clientid(clientid_t *clid) ...@@ -212,10 +212,10 @@ static int zero_clientid(clientid_t *clid)
/** /**
* svcxdr_tmpalloc - allocate memory to be freed after compound processing * svcxdr_tmpalloc - allocate memory to be freed after compound processing
* @argp: NFSv4 compound argument structure * @argp: NFSv4 compound argument structure
* @p: pointer to be freed (with kfree()) * @len: length of buffer to allocate
* *
* Marks @p to be freed when processing the compound operation * Allocates a buffer of size @len to be freed when processing the compound
* described in @argp finishes. * operation described in @argp finishes.
*/ */
static void * static void *
svcxdr_tmpalloc(struct nfsd4_compoundargs *argp, u32 len) svcxdr_tmpalloc(struct nfsd4_compoundargs *argp, u32 len)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment