Re: [PATCH 11/26] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
Matthew Wilcox <[email protected]> Tue, 19 Sep 2023 14:06:37 +0100
| Newsgroups | gmane.comp.file-systems.nilfs.user,gmane.linux.file-systems,gmane.linux.file-systems.ntfs.devel,gmane.comp.file-systems.reiserfs.general,gmane.comp.file-systems.ext4 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 19, 2023 at 10:01:27PM +0900, Ryusuke Konishi wrote: > When I tried to test the patchset against 6.6-rc2, I encountered the > following error during the build: > > ERROR: modpost: "folio_copy" [fs/nilfs2/nilfs2.ko] undefined! > > It looks like "folio_copy" is not exported to modules. > > I'll correct this manually for now and proceed with the review and > testing, but could you please fix this build issue in some way ? Thanks! I'll export the symbol. I did build nilfs2 as a module, but I just did it with "make fs/" which doesn't run modpost. Appreciate the testing.