Skip to content

Commit

Permalink
exfat: add missing ->migrate_folio
Browse files Browse the repository at this point in the history
This patch add missing ->migrate_folio from "exfat: remove ->writepage"
patch.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Dec 6, 2023
1 parent e4754d8 commit a8bf3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ static const struct address_space_operations exfat_aops = {
.direct_IO = exfat_direct_IO,
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 2, 0)
.bmap = exfat_aop_bmap
.migrate_folio = buffer_migrate_folio,
#else
.bmap = exfat_aop_bmap,
.migrate_folio = buffer_migrate_folio,
Expand Down

0 comments on commit a8bf3cc

Please sign in to comment.