Loading fs/bcachefs/fs.c +2 −0 Original line number Diff line number Diff line Loading @@ -1669,6 +1669,8 @@ static struct dentry *bch2_mount(struct file_system_type *fs_type, sb->s_flags |= SB_POSIXACL; #endif sb->s_shrink.seeks = 0; vinode = bch2_vfs_inode_get(c, BCACHEFS_ROOT_SUBVOL_INUM); if (IS_ERR(vinode)) { bch_err(c, "error mounting: error getting root inode %i", Loading Loading
fs/bcachefs/fs.c +2 −0 Original line number Diff line number Diff line Loading @@ -1669,6 +1669,8 @@ static struct dentry *bch2_mount(struct file_system_type *fs_type, sb->s_flags |= SB_POSIXACL; #endif sb->s_shrink.seeks = 0; vinode = bch2_vfs_inode_get(c, BCACHEFS_ROOT_SUBVOL_INUM); if (IS_ERR(vinode)) { bch_err(c, "error mounting: error getting root inode %i", Loading