mbox series

[GIT,PULL] AFFS updates for 6.6

Message ID cover.1693225987.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] AFFS updates for 6.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/affs-for-6.6-tag

Message

David Sterba Aug. 28, 2023, 12:41 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 28, 2023, 8:15 p.m. UTC | #1
The pull request you sent on Mon, 28 Aug 2023 14:41:41 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/affs-for-6.6-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f678c890c684373a387b0d73cd4d51edbf329c27

Thank you!