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 83a7eef commit df2f970Copy full SHA for df2f970
fs/zonefs/super.c
@@ -662,6 +662,7 @@ static struct inode *zonefs_get_file_inode(struct inode *dir,
662
inode->i_op = &zonefs_file_inode_operations;
663
inode->i_fop = &zonefs_file_operations;
664
inode->i_mapping->a_ops = &zonefs_file_aops;
665
+ mapping_set_large_folios(inode->i_mapping);
666
667
/* Update the inode access rights depending on the zone condition */
668
zonefs_inode_update_mode(inode);
0 commit comments