[GIT,PULL] gfs2 fix for v6.3-rc4

Message ID 20230323184537.749868-1-agruenba@redhat.com
State New
Headers
Series [GIT,PULL] gfs2 fix for v6.3-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git gfs2-v6.3-rc3-fix

Message

Andreas Gruenbacher March 23, 2023, 6:45 p.m. UTC
  From: Linus Torvalds <torvalds@linux-foundation.org>

Hi Linus,

please consider pulling the following fix.

Thanks,
Andreas

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git gfs2-v6.3-rc3-fix

for you to fetch changes up to 260595b439776c473cc248f0de63fe78d964d849:

  Reinstate "GFS2: free disk inode which is deleted by remote node -V2" (2023-03-23 19:37:56 +0100)

----------------------------------------------------------------
gfs2 fix

- Reinstate commit 970343cd4904 ("GFS2: free disk inode which is deleted
  by remote node -V2") as reverting that commit could cause
  gfs2_put_super() to hang.

----------------------------------------------------------------
Bob Peterson (1):
      Reinstate "GFS2: free disk inode which is deleted by remote node -V2"

 fs/gfs2/dentry.c | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
  

Comments

Linus Torvalds March 23, 2023, 9:51 p.m. UTC | #1
On Thu, Mar 23, 2023 at 11:45 AM Andreas Gruenbacher
<agruenba@redhat.com> wrote:
>
> From: Linus Torvalds <torvalds@linux-foundation.org>

Wat?

>   git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git gfs2-v6.3-rc3-fix

-ENOSUCHTAG

> for you to fetch changes up to 260595b439776c473cc248f0de63fe78d964d849:

.. and no such commit available in any other tag or branch either.

Did you forget to push out?

                    Linus
  
Andreas Grünbacher March 23, 2023, 10:22 p.m. UTC | #2
Am Do., 23. März 2023 um 22:54 Uhr schrieb Linus Torvalds
<torvalds@linux-foundation.org>:
> On Thu, Mar 23, 2023 at 11:45 AM Andreas Gruenbacher <agruenba@redhat.com> wrote:
> >
> > From: Linus Torvalds <torvalds@linux-foundation.org>
>
> Wat?

Hmm, that's weird, you ended up in the From: header by accident. Sorry for that.

> >   git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git gfs2-v6.3-rc3-fix
>
> -ENOSUCHTAG
>
> > for you to fetch changes up to 260595b439776c473cc248f0de63fe78d964d849:
>
> .. and no such commit available in any other tag or branch either.
>
> Did you forget to push out?

Yes, I did forget to push the tag out and I've missed the warning "git
request-pull" has spit out. Sorry again.

I've pushed the tag out now; should I resend the pull request?

Thanks,
Andreas
  
Linus Torvalds March 23, 2023, 10:27 p.m. UTC | #3
On Thu, Mar 23, 2023 at 3:22 PM Andreas Grünbacher
<andreas.gruenbacher@gmail.com> wrote:
>
> I've pushed the tag out now; should I resend the pull request?

No, all good, I have the changes,

                Linus
  
pr-tracker-bot@kernel.org March 23, 2023, 10:29 p.m. UTC | #4
The pull request you sent on Thu, 23 Mar 2023 19:45:37 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git gfs2-v6.3-rc3-fix

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

Thank you!