diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-06-22 13:16:21 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-06-22 16:07:07 -0400 |
commit | a656db998785324a818005bcf71bae6dcbbb3cf5 (patch) | |
tree | b60f60bda06fed346c9f839ca2bd976db4e819c5 /include/linux/nfs_fs.h | |
parent | 4ce79717ce32a9f88c1ddce4b9658556cb59d37a (diff) |
[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index fb33e7655cfa..68d5aae89972 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -128,7 +128,6 @@ struct nfs_inode { | |||
128 | * | 128 | * |
129 | * mtime != read_cache_mtime | 129 | * mtime != read_cache_mtime |
130 | */ | 130 | */ |
131 | unsigned long readdir_timestamp; | ||
132 | unsigned long read_cache_jiffies; | 131 | unsigned long read_cache_jiffies; |
133 | unsigned long attrtimeo; | 132 | unsigned long attrtimeo; |
134 | unsigned long attrtimeo_timestamp; | 133 | unsigned long attrtimeo_timestamp; |