diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2002-07-28 02:45:43 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-07-28 02:45:43 -0700 |
| commit | 002d79116b97d3f43dfc6ac2984205d46d9d4302 (patch) | |
| tree | c775518862f073d0b5e806cbc110749aaa9c3144 /include/linux | |
| parent | 4fe70049be610ecee92c13b985a8925a4a49d68f (diff) | |
[PATCH] Support for cached lookups via readdirplus [2/6]
Cleanup for readdirplus. Allow the file attribute struct to set the
NFS_READTIME(inode) to some value other than 'jiffies'.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 2548bd6b85d9..c68916571e71 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -27,6 +27,7 @@ struct nfs_fattr { __u64 atime; __u64 mtime; __u64 ctime; + unsigned long timestamp; }; #define NFS_ATTR_WCC 0x0001 /* pre-op WCC data */ |
