]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/hpfs/super.c
hpfs: don't bother with the i_version counter or f_version
[mirror_ubuntu-bionic-kernel.git] / fs / hpfs / super.c
index c45a3b9b9ac7e22861b5dcd7816a884a15bb62bb..f2c3ebcd309c326d6ac08bd168f13b8b460379ec 100644 (file)
@@ -235,7 +235,6 @@ static struct inode *hpfs_alloc_inode(struct super_block *sb)
        ei = kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS);
        if (!ei)
                return NULL;
-       ei->vfs_inode.i_version = 1;
        return &ei->vfs_inode;
 }