mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-22 12:33:59 +08:00
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>
This commit is contained in:
parent
bebc6082da
commit
933f7ac1a1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user