[GIT PULL] Ceph fixes for 6.2-rc3

From: Ilya Dryomov
Date: Fri Jan 06 2023 - 13:30:14 EST


Hi Linus,

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-6.2-rc3

for you to fetch changes up to 8e1858710d9a71d88acd922f2e95d1eddb90eea0:

ceph: avoid use-after-free in ceph_fl_release_lock() (2023-01-02 12:27:25 +0100)

----------------------------------------------------------------
Two file locking fixes from Xiubo.

----------------------------------------------------------------
Xiubo Li (2):
ceph: switch to vfs_inode_has_locks() to fix file lock bug
ceph: avoid use-after-free in ceph_fl_release_lock()

fs/ceph/caps.c | 2 +-
fs/ceph/locks.c | 24 ++++++++++++++++++------
fs/ceph/super.h | 1 -
include/linux/fs.h | 3 +++
4 files changed, 22 insertions(+), 8 deletions(-)