linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
510 stars 34 forks source link

inode: remove apfs_noop_invalidatepage() stub #24

Closed piso77 closed 2 years ago

piso77 commented 2 years ago

And fix build for Linux-5.18.

Signed-off-by: Paolo Pisati paolo.pisati@canonical.com

eafer commented 2 years ago

Hi, sorry for the delay. Github is not sending me email notifications for some reason and I missed your patch.

I seem to recall that this thing with the ->invalidatepage() method was an ugly hack I used to get mmap() to work correctly in some cases, so it's very likely that this change will cause a regression. There is no way around it though, so I guess I'll pick it up and deal with the problems later.