]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/gfs2/ops_super.c
iget: stop FreeVXFS from using iget() and read_inode()
[linux-2.6-omap-h63xx.git] / fs / gfs2 / ops_super.c
index 950f31460e8b756d64967e22abca0c51709d4f03..5e524217944a14b9862a618fb6d68f68cf8abbfe 100644 (file)
@@ -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;
 }