diff options
author | Jeff Layton <jlayton@redhat.com> | 2017-10-30 18:19:20 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2017-11-13 23:09:33 +0300 |
commit | 933f7ac1a1df37ab6b25b50a85c13fcc5ea8cd03 (patch) | |
tree | d2691a8da78f394e457555b8606cac932be023a5 /fs/orangefs/super.c | |
parent | bebc6082da0a9f5d47a1ea2edc099bf671058bd4 (diff) | |
download | linux-933f7ac1a1df37ab6b25b50a85c13fcc5ea8cd03.tar.xz |
orangefs: remove initialization of i_version
...as it's completely unused.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/super.c')
-rw-r--r-- | fs/orangefs/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/orangefs/super.c b/fs/orangefs/super.c index 47ebd9bfd1a1..43df511e69f2 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) |