Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'zonefs-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs

Pull zonefs update from Damien Le Moal:
"A single change to enable support for large folios (from Johannes)"

* tag 'zonefs-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
zonefs: enable support for large folios

+1
+1
fs/zonefs/super.c
··· 662 662 inode->i_op = &zonefs_file_inode_operations; 663 663 inode->i_fop = &zonefs_file_operations; 664 664 inode->i_mapping->a_ops = &zonefs_file_aops; 665 + mapping_set_large_folios(inode->i_mapping); 665 666 666 667 /* Update the inode access rights depending on the zone condition */ 667 668 zonefs_inode_update_mode(inode);