diff options
| author | Jeff Layton <jlayton@redhat.com> | 2017-10-30 11:19:20 -0400 |
|---|---|---|
| committer | Mike Marshall <hubcap@omnibond.com> | 2017-11-13 15:09:33 -0500 |
| commit | 933f7ac1a1df37ab6b25b50a85c13fcc5ea8cd03 (patch) | |
| tree | d2691a8da78f394e457555b8606cac932be023a5 /fs/orangefs | |
| parent | bebc6082da0a9f5d47a1ea2edc099bf671058bd4 (diff) | |
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')
| -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) | |||
| 99 | 99 | ||
| 100 | inode_init_once(&orangefs_inode->vfs_inode); | 100 | inode_init_once(&orangefs_inode->vfs_inode); |
| 101 | init_rwsem(&orangefs_inode->xattr_sem); | 101 | init_rwsem(&orangefs_inode->xattr_sem); |
| 102 | |||
| 103 | orangefs_inode->vfs_inode.i_version = 1; | ||
| 104 | } | 102 | } |
| 105 | 103 | ||
| 106 | static struct inode *orangefs_alloc_inode(struct super_block *sb) | 104 | static struct inode *orangefs_alloc_inode(struct super_block *sb) |
