mirror of
https://github.com/versity/scoutfs.git
synced 2026-05-01 10:25:43 +00:00
Obsolete scoutfs_writepage
Due to folios, the kernel will call scoutfs_writepages() and this becomes unused. It could be ported but the helper function to call isn't exported anymore. Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -587,3 +587,14 @@ endif
|
||||
ifneq (,$(shell grep 'int buffer_migrate_folio.struct address_space' include/linux/buffer_head.h))
|
||||
ccflags-y += -DKC_HAVE_BUFFER_MIGRATE_FOLIO
|
||||
endif
|
||||
|
||||
#
|
||||
# v6.7-rc4-307-g17bf23a981be
|
||||
#
|
||||
# block_write_full_page() is replaced with block_write_full_folio(),
|
||||
# but that isn't exported as it used to be (and the only users now
|
||||
# are builtin). However, the kernel will fall back to using the
|
||||
# .writepages method instead, so we can drop this method.
|
||||
ifneq (,$(shell grep 'int block_write_full_page.struct page' include/linux/buffer_head.h))
|
||||
ccflags-y += -DKC_HAVE_BLOCK_WRITE_FULL_PAGE
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user