Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Aug 2020 17:33:04 +0000 (10:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Aug 2020 17:33:04 +0000 (10:33 -0700)
commitb0bfd5eca956c498b8f9c7ec4a25f355f793f24e
tree6d15115959ffbc3968acb4e78de2db13b05ba331
parent3a7c327767221660e9e9a62e5538173873193f0a
parent496ceaf12432b3d136dcdec48424312e71359ea7
Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "We have an inode number handling change, prompted by s390x which is a
  64-bit architecture with a 32-bit ino_t, a patch to disallow leases to
  avoid potential data integrity issues when CephFS is re-exported via
  NFS or CIFS and a fix for the bulk of W=1 compilation warnings"

* tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client:
  ceph: don't allow setlease on cephfs
  ceph: fix inode number handling on arches with 32-bit ino_t
  libceph: add __maybe_unused to DEFINE_CEPH_FEATURE
fs/ceph/dir.c
fs/ceph/file.c