mbox series

[GIT,PULL] Ceph fix for 5.19-rc7

Message ID 20220715163845.14481-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fix for 5.19-rc7 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.19-rc7

Message

Ilya Dryomov July 15, 2022, 4:38 p.m. UTC
Hi Linus,

The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:

  Linux 5.19-rc6 (2022-07-10 14:40:51 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.19-rc7

for you to fetch changes up to fac47b43c760ea90e64b895dba60df0327be7775:

  netfs: do not unlock and put the folio twice (2022-07-14 10:10:12 +0200)

----------------------------------------------------------------
A folio locking fixup that Xiubo and David cooperated on, marked for
stable.  Most of it is in netfs but I picked it up into ceph tree on
agreement with David.

----------------------------------------------------------------
Xiubo Li (1):
      netfs: do not unlock and put the folio twice

 Documentation/filesystems/netfs_library.rst |  8 +++++---
 fs/afs/file.c                               |  2 +-
 fs/ceph/addr.c                              | 11 ++++++-----
 fs/netfs/buffered_read.c                    | 17 ++++++++++-------
 include/linux/netfs.h                       |  2 +-
 5 files changed, 23 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org July 15, 2022, 5:45 p.m. UTC | #1
The pull request you sent on Fri, 15 Jul 2022 18:38:45 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.19-rc7

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

Thank you!