]> git.hungrycats.org Git - linux/commitdiff
[PATCH] A basic NFSv4 client for 2.5.x
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Fri, 11 Oct 2002 10:00:01 +0000 (03:00 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Fri, 11 Oct 2002 10:00:01 +0000 (03:00 -0700)
A trivial loose end: add a 'lease_time' field to 'struct nfs_fsinfo'.

include/linux/nfs_xdr.h

index 008b14e03f20b5c8e16c964a3e3e46861f6ef3ce..b71b1b217c704119155fdeee1c4ef76f8630d104 100644 (file)
@@ -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 */
 };
 
 /*