[GIT PULL] AFFS updates for 6.6
From: David Sterba
Date: Mon Aug 28 2023 - 08:49:38 EST
Hi,
there are two minor updates for AFFS. Please pull, thanks.
* reimplement writepage() address space callback on top of migrate_folio()
* fix a build warning, local parameters 'toupper' collide with the
standard ctype.h name
----------------------------------------------------------------
The following changes since commit 706a741595047797872e669b3101429ab8d378ef:
Linux 6.5-rc7 (2023-08-20 15:02:52 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/affs-for-6.6-tag
for you to fetch changes up to 4d4f1468a002b76fb4796985a11671d50c88e520:
affs: rename local toupper() to fn() to avoid confusion (2023-08-22 14:20:10 +0200)
----------------------------------------------------------------
Andy Shevchenko (1):
affs: rename local toupper() to fn() to avoid confusion
Matthew Wilcox (Oracle) (1):
affs: remove writepage implementation
fs/affs/file.c | 14 +++++++++-----
fs/affs/namei.c | 20 ++++++++++----------
2 files changed, 19 insertions(+), 15 deletions(-)