From 937d7559ee372dea686e520274bc2575a807dd2f Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Tue, 16 Oct 2007 11:47:04 +0100 Subject: [PATCH] --- yaml --- r: 76016 b: refs/heads/master c: e7e36f143565d14950055c893cfaf4400ad64d34 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/gfs2/incore.h | 1 - trunk/fs/gfs2/ops_super.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 017f197500b2..d75c9aadbf6c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f91a0d3e24e4b0198be5fae20d45a35c40d1efce +refs/heads/master: e7e36f143565d14950055c893cfaf4400ad64d34 diff --git a/trunk/fs/gfs2/incore.h b/trunk/fs/gfs2/incore.h index 5662ff9f86e1..e53da7d4cfff 100644 --- a/trunk/fs/gfs2/incore.h +++ b/trunk/fs/gfs2/incore.h @@ -274,7 +274,6 @@ struct gfs2_inode { spinlock_t i_spin; struct rw_semaphore i_rw_mutex; - unsigned long i_last_pfault; }; /* diff --git a/trunk/fs/gfs2/ops_super.c b/trunk/fs/gfs2/ops_super.c index 950f31460e8b..5e524217944a 100644 --- a/trunk/fs/gfs2/ops_super.c +++ b/trunk/fs/gfs2/ops_super.c @@ -487,7 +487,6 @@ static struct inode *gfs2_alloc_inode(struct super_block *sb) if (ip) { ip->i_flags = 0; ip->i_gl = NULL; - ip->i_last_pfault = jiffies; } return &ip->i_inode; }