From: Jeff Layton Date: Mon, 30 Oct 2017 15:19:20 +0000 (-0400) Subject: orangefs: remove initialization of i_version X-Git-Tag: v4.15-rc1~30^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=933f7ac1a1df37ab6b25b50a85c13fcc5ea8cd03;p=thirdparty%2Flinux.git orangefs: remove initialization of i_version ...as it's completely unused. Signed-off-by: Jeff Layton Signed-off-by: Mike Marshall --- diff --git a/fs/orangefs/super.c b/fs/orangefs/super.c index 47ebd9bfd1a1b..43df511e69f2c 100644 --- a/fs/orangefs/super.c +++ b/fs/orangefs/super.c @@ -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)