Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 933f7ac1 authored by Jeff Layton's avatar Jeff Layton Committed by Mike Marshall
Browse files

orangefs: remove initialization of i_version



...as it's completely unused.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
parent bebc6082
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -99,8 +99,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)