summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@fys.uio.no>2002-10-11 03:00:01 -0700
committerTrond Myklebust <trond.myklebust@fys.uio.no>2002-10-11 03:00:01 -0700
commitf55b6cfbc3c94fdf443d0ce9b3d10be3f904b0ae (patch)
treec4638af3dff397918d5d93aadaf18d804167c4f6 /include
parent56d03a52b9c19c1cae3760052b3c891174f6fb2c (diff)
[PATCH] A basic NFSv4 client for 2.5.x
A trivial loose end: add a 'lease_time' field to 'struct nfs_fsinfo'.
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_xdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 008b14e03f20..b71b1b217c70 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -67,6 +67,7 @@ struct nfs_fsinfo {
__u64 afiles; /* # of files available to user */
__u32 linkmax;/* max # of hard links */
__u32 namelen;/* max name length */
+ __u32 lease_time; /* in seconds */
};
/*