[GIT PULL] Ceph fixes for 5.16-rc6

From: Ilya Dryomov
Date: Wed Dec 15 2021 - 07:46:40 EST


Hi Linus,

The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-5.16-rc6

for you to fetch changes up to fd84bfdddd169c219c3a637889a8b87f70a072c2:

ceph: fix up non-directory creation in SGID directories (2021-12-01 17:08:27 +0100)

----------------------------------------------------------------
An SGID directory handling fix (marked for stable), a metrics
accounting fix and two fixups to appease static checkers.

----------------------------------------------------------------
Christian Brauner (1):
ceph: fix up non-directory creation in SGID directories

Hu Weiwen (1):
ceph: fix duplicate increment of opened_inodes metric

Jeff Layton (1):
ceph: initialize i_size variable in ceph_sync_read

Xiubo Li (1):
ceph: initialize pathlen variable in reconnect_caps_cb

fs/ceph/caps.c | 16 ++++++++--------
fs/ceph/file.c | 20 ++++++++++++++++----
fs/ceph/mds_client.c | 3 +--
3 files changed, 25 insertions(+), 14 deletions(-)