Loading fs/nfsd/nfs4xdr.c +1 −10 Original line number Diff line number Diff line Loading @@ -1255,16 +1255,7 @@ nfsd4_decode_readdir(struct nfsd4_compoundargs *argp, struct nfsd4_readdir *read static __be32 nfsd4_decode_remove(struct nfsd4_compoundargs *argp, struct nfsd4_remove *remove) { DECODE_HEAD; READ_BUF(4); remove->rm_namelen = be32_to_cpup(p++); READ_BUF(remove->rm_namelen); SAVEMEM(remove->rm_name, remove->rm_namelen); if ((status = check_filename(remove->rm_name, remove->rm_namelen))) return status; DECODE_TAIL; return nfsd4_decode_component4(argp, &remove->rm_name, &remove->rm_namelen); } static __be32 Loading Loading
fs/nfsd/nfs4xdr.c +1 −10 Original line number Diff line number Diff line Loading @@ -1255,16 +1255,7 @@ nfsd4_decode_readdir(struct nfsd4_compoundargs *argp, struct nfsd4_readdir *read static __be32 nfsd4_decode_remove(struct nfsd4_compoundargs *argp, struct nfsd4_remove *remove) { DECODE_HEAD; READ_BUF(4); remove->rm_namelen = be32_to_cpup(p++); READ_BUF(remove->rm_namelen); SAVEMEM(remove->rm_name, remove->rm_namelen); if ((status = check_filename(remove->rm_name, remove->rm_namelen))) return status; DECODE_TAIL; return nfsd4_decode_component4(argp, &remove->rm_name, &remove->rm_namelen); } static __be32 Loading