Re: [Cluster-devel] [GIT PULL] gfs2 writepage fix

2023-01-22 Thread pr-tracker-bot
The pull request you sent on Sun, 22 Jan 2023 10:01:15 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git > tags/gfs2-v6.2-rc4-fix has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3c006ad74d68be45ee36ca68fd9c053974fb6b0f Thank you! --

Re: [Cluster-devel] [GIT PULL] gfs2 writepage fix

2023-01-22 Thread Linus Torvalds
On Sun, Jan 22, 2023 at 1:01 AM Andreas Gruenbacher wrote: > > gfs2 writepage fix > > - Fix a regression introduced by commit "gfs2: stop using > generic_writepages in gfs2_ail1_start_one". Hmm. I'm adding a few more people and linux-fsdevel to the reply, because we had a number of filesystems

[Cluster-devel] [GIT PULL] gfs2 writepage fix

2023-01-22 Thread Andreas Gruenbacher
From: Linus Torvalds Hi Linus, please consider pulling the following gfs2 fix. Thank you very much, Andreas The following changes since commit 5dc4c995db9eb45f6373a956eb1f69460e69e6d4: Linux 6.2-rc4 (2023-01-15 09:22:43 -0600) are available in the Git repository at:

Re: [Cluster-devel] [PATCH] Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"

2023-01-22 Thread Andreas Gruenbacher
On Sat, Jan 21, 2023 at 3:29 PM Christoph Hellwig wrote: > > > + struct address_space *mapping = data; > > + int ret = mapping->a_ops->writepage(page, wbc); > > + mapping_set_error(mapping, ret); > > + return ret; > > I guess beggars can't be choosers, but is there a chance to