aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2005-06-22 13:16:21 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2005-06-22 16:07:07 -0400
commita656db998785324a818005bcf71bae6dcbbb3cf5 (patch)
treeb60f60bda06fed346c9f839ca2bd976db4e819c5 /fs/nfs/dir.c
parent4ce79717ce32a9f88c1ddce4b9658556cb59d37a (diff)
[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/dir.c')
-rw-r--r--fs/nfs/dir.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c
index 9ccb15e86967..dffa21abd3ea 100644
--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -165,12 +165,10 @@ int nfs_readdir_filler(nfs_readdir_descriptor_t *desc, struct page *page)
165 NFS_FLAGS(inode) |= NFS_INO_INVALID_ATIME; 165 NFS_FLAGS(inode) |= NFS_INO_INVALID_ATIME;
166 /* Ensure consistent page alignment of the data. 166 /* Ensure consistent page alignment of the data.
167 * Note: assumes we have exclusive access to this mapping either 167 * Note: assumes we have exclusive access to this mapping either
168 * throught inode->i_sem or some other mechanism. 168 * through inode->i_sem or some other mechanism.
169 */ 169 */
170 if (page->index == 0) { 170 if (page->index == 0)
171 invalidate_inode_pages(inode->i_mapping); 171 invalidate_inode_pages2_range(inode->i_mapping, PAGE_CACHE_SIZE, -1);
172 NFS_I(inode)->readdir_timestamp = timestamp;
173 }
174 unlock_page(page); 172 unlock_page(page);
175 return 0; 173 return 0;
176 error: 174 error: