mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
NFSD: Replace READ* macros in nfsd4_decode_destroy_session()
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
81243e3fe3
commit
94e254af1f
@ -1678,11 +1678,7 @@ static __be32
|
||||
nfsd4_decode_destroy_session(struct nfsd4_compoundargs *argp,
|
||||
struct nfsd4_destroy_session *destroy_session)
|
||||
{
|
||||
DECODE_HEAD;
|
||||
READ_BUF(NFS4_MAX_SESSIONID_LEN);
|
||||
COPYMEM(destroy_session->sessionid.data, NFS4_MAX_SESSIONID_LEN);
|
||||
|
||||
DECODE_TAIL;
|
||||
return nfsd4_decode_sessionid4(argp, &destroy_session->sessionid);
|
||||
}
|
||||
|
||||
static __be32
|
||||
|
Loading…
Reference in New Issue
Block a user