2002-08-14 20:48:35

by Kendrick M. Smith

[permalink] [raw]
Subject: REPOST patch 19/38: CLIENT: lease time in 'struct nfs_fsinfo'


A trivial loose end: add a 'lease_time' field to 'struct nfs_fsinfo'.

--- old/include/linux/nfs_xdr.h Sun Aug 11 22:19:39 2002
+++ new/include/linux/nfs_xdr.h Sun Aug 11 22:24:08 2002
@@ -66,6 +66,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 */
};

/* Arguments to the read call.