Commit 550a6a49 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Enable large folios

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 34fdcf06
......@@ -1369,6 +1369,8 @@ static void bch2_vfs_inode_init(struct btree_trans *trans, subvol_inum inum,
inode->v.i_op = &bch_special_inode_operations;
break;
}
mapping_set_large_folios(inode->v.i_mapping);
}
static struct inode *bch2_alloc_inode(struct super_block *sb)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment