2002-08-13 23:26:08

by Kendrick M. Smith

[permalink] [raw]
Subject: patch 20/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 Sat Aug 10 23:55:26 2002
+++ new/include/linux/nfs_xdr.h Tue Aug 6 10:16:09 2002
@@ -65,6 +65,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.