diff options
author | Olga Kornievskaia <olga.kornievskaia@gmail.com> | 2019-10-07 10:56:48 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2019-12-09 11:42:14 -0500 |
commit | b9e8638e3d9ed8334f1f7071e081860aac37e83e (patch) | |
tree | 30503911dcb0b4ae0b97b78905b2db69fe3af4b3 /fs/nfsd/xdr4.h | |
parent | 51100d2b87cba12b09db79fa6577adccc0c2d14f (diff) | |
download | linux-b9e8638e3d9ed8334f1f7071e081860aac37e83e.tar.bz2 |
NFSD: allow inter server COPY to have a STALE source server fh
The inter server to server COPY source server filehandle
is a foreign filehandle as the COPY is sent to the destination
server.
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 0b4fe0795b72..b16f602af8f1 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h @@ -221,6 +221,7 @@ struct nfsd4_lookup { struct nfsd4_putfh { u32 pf_fhlen; /* request */ char *pf_fhval; /* request */ + bool no_verify; /* represents foreigh fh */ }; struct nfsd4_open { |