Message ID | 20171030151920.9092-1-jlayton@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/orangefs/super.c b/fs/orangefs/super.c index 47f3fb9cbec4..0cf130de41d5 100644 --- a/fs/orangefs/super.c +++ b/fs/orangefs/super.c @@ -98,8 +98,6 @@ static void orangefs_inode_cache_ctor(void *req) inode_init_once(&orangefs_inode->vfs_inode); init_rwsem(&orangefs_inode->xattr_sem); - - orangefs_inode->vfs_inode.i_version = 1; } static struct inode *orangefs_alloc_inode(struct super_block *sb)