diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2021-12-17 15:36:54 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2022-01-06 14:00:20 -0500 |
commit | 1ab5be4ac5b1c9ce39ce1037c45b68d2ce6eede0 (patch) | |
tree | fc00fc46abd6f539950065a42d534dbaa6aebe77 /include/linux/nfs_xdr.h | |
parent | b05bf5c63b326ce1da84ef42498d8e0e292e694c (diff) | |
download | linux-1ab5be4ac5b1c9ce39ce1037c45b68d2ce6eede0.tar.gz linux-1ab5be4ac5b1c9ce39ce1037c45b68d2ce6eede0.tar.bz2 linux-1ab5be4ac5b1c9ce39ce1037c45b68d2ce6eede0.zip |
NFSv4: Add some support for case insensitive filesystems
Add capabilities to allow the NFS client to recognise when it is dealing
with case insensitive and case preserving filesystems.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 9102bdaa3faa..ddff92396a3f 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -1194,6 +1194,8 @@ struct nfs4_server_caps_res { u32 has_links; u32 has_symlinks; u32 fh_expire_type; + u32 case_insensitive; + u32 case_preserving; }; #define NFS4_PATHNAME_MAXCOMPONENTS 512 |