summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs_sb.h
diff options
context:
space:
mode:
authorWeston Andros Adamson2013-08-13 22:37:36 +0200
committerTrond Myklebust2013-09-05 16:49:35 +0200
commit3787d5063c52b0c38003e6293f24839508604070 (patch)
treed64ce8c1d73b7db57035b8eb4d15b617de1d56a0 /include/linux/nfs_fs_sb.h
parentnfs4.1: Add SP4_MACH_CRED secinfo support (diff)
downloadkernel-qcow2-linux-3787d5063c52b0c38003e6293f24839508604070.tar.gz
kernel-qcow2-linux-3787d5063c52b0c38003e6293f24839508604070.tar.xz
kernel-qcow2-linux-3787d5063c52b0c38003e6293f24839508604070.zip
nfs4.1: Add SP4_MACH_CRED stateid support
TEST_STATEID and FREE_STATEID can use the machine credential. Signed-off-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r--include/linux/nfs_fs_sb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 800da116950b..179586555bbe 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -96,6 +96,7 @@ struct nfs_client {
* must use machine cred */
#define NFS_SP4_MACH_CRED_CLEANUP 2 /* CLOSE and LOCKU */
#define NFS_SP4_MACH_CRED_SECINFO 3 /* SECINFO and SECINFO_NO_NAME */
+#define NFS_SP4_MACH_CRED_STATEID 4 /* TEST_STATEID and FREE_STATEID */
#endif /* CONFIG_NFS_V4 */
#ifdef CONFIG_NFS_FSCACHE