We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dae2f commit 267574dCopy full SHA for 267574d
fs/bcachefs/fs.c
@@ -228,7 +228,6 @@ static struct bch_inode_info *__bch2_new_inode(struct bch_fs *c)
228
two_state_lock_init(&inode->ei_pagecache_lock);
229
INIT_LIST_HEAD(&inode->ei_vfs_inode_list);
230
mutex_init(&inode->ei_quota_lock);
231
- inode->v.i_state = 0;
232
233
if (unlikely(inode_init_always(c->vfs_sb, &inode->v))) {
234
kmem_cache_free(bch2_inode_cache, inode);
0 commit comments