]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/gfs2/ops_super.c
Remove documentation of non-existent sk_alloc arg
[linux-2.6-omap-h63xx.git] / fs / gfs2 / ops_super.c
index 950f31460e8b756d64967e22abca0c51709d4f03..2278c68b7e35cd8f1ee5395f8db6ffb908d9d77c 100644 (file)
@@ -25,7 +25,6 @@
 #include "incore.h"
 #include "glock.h"
 #include "inode.h"
-#include "lm.h"
 #include "log.h"
 #include "mount.h"
 #include "ops_super.h"
@@ -487,7 +486,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;
 }