diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-10-16 11:47:04 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-01-25 08:07:18 +0000 |
commit | e7e36f143565d14950055c893cfaf4400ad64d34 (patch) | |
tree | 972889a8329afc80d4bef454cf2800e042fa5cc6 /fs/gfs2/ops_super.c | |
parent | f91a0d3e24e4b0198be5fae20d45a35c40d1efce (diff) | |
download | op-kernel-dev-e7e36f143565d14950055c893cfaf4400ad64d34.zip op-kernel-dev-e7e36f143565d14950055c893cfaf4400ad64d34.tar.gz |
[GFS2] Remove unused field in struct gfs2_inode
Removes a field that is not used.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_super.c')
-rw-r--r-- | fs/gfs2/ops_super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c index 950f314..5e52421 100644 --- a/fs/gfs2/ops_super.c +++ b/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; } |