lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 30 Oct 2017 11:19:20 -0400
From:   Jeff Layton <jlayton@...nel.org>
To:     hubcap@...ibond.com
Cc:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
        pvfs2-developers@...wulf-underground.org
Subject: [PATCH] orangefs: remove initialization of i_version

From: Jeff Layton <jlayton@...hat.com>

...as it's completely unused.

Signed-off-by: Jeff Layton <jlayton@...hat.com>
---
 fs/orangefs/super.c | 2 --
 1 file changed, 2 deletions(-)

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)
-- 
2.13.6

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ