mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
nfscommon: fix function name in comment
(cherry picked from commit 78ffcb86d9)
This commit is contained in:
parent
bbd5039e91
commit
d0fbb03a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -4614,7 +4614,7 @@ nfsmout:
|
|||
* Handle an NFSv4.1 Sequence request for the session.
|
||||
* If reply != NULL, use it to return the cached reply, as required.
|
||||
* The client gets a cached reply via this call for callbacks, however the
|
||||
* server gets a cached reply via the nfsv4_seqsess_cachereply() call.
|
||||
* server gets a cached reply via the nfsv4_seqsess_cacherep() call.
|
||||
*/
|
||||
int
|
||||
nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot,
|
||||
|
|
|
|||
Loading…
Reference in a new issue