mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
zonefs: enable support for large folios
Enable large folio support on zonefs. Cc: Matthew Wilcox <willy@infradead.org> Cc: Damien Le Moal <dlemoal@kernel.org> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Bill O'Donnell <bodonnel@redhat.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
This commit is contained in:
parent
83a7eefedc
commit
df2f9708ff
@ -662,6 +662,7 @@ static struct inode *zonefs_get_file_inode(struct inode *dir,
|
||||
inode->i_op = &zonefs_file_inode_operations;
|
||||
inode->i_fop = &zonefs_file_operations;
|
||||
inode->i_mapping->a_ops = &zonefs_file_aops;
|
||||
mapping_set_large_folios(inode->i_mapping);
|
||||
|
||||
/* Update the inode access rights depending on the zone condition */
|
||||
zonefs_inode_update_mode(inode);
|
||||
|
Loading…
Reference in New Issue
Block a user