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 9482f3b commit 99c87feCopy full SHA for 99c87fe
fs/bcachefs/fs.c
@@ -193,7 +193,7 @@ static struct bch_inode_info *bch2_inode_insert(struct bch_fs *c, struct bch_ino
193
* only insert fully created inodes in the inode hash table. But
194
* discard_new_inode() expects it to be set...
195
*/
196
- inode->v.i_flags |= I_NEW;
+ inode->v.i_state |= I_NEW;
197
/*
198
* We don't want bch2_evict_inode() to delete the inode on disk,
199
* we just raced and had another inode in cache. Normally new
0 commit comments