Messages in this thread Patch in this message |  | | Date | Wed, 14 Aug 2002 16:45:48 -0400 (EDT) | From | "Kendrick M. Smith" <> | 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. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |