]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jun 2019 22:57:35 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jun 2019 22:57:35 +0000 (15:57 -0700)
commit2759e05cdb2577a0e8970a9fa80a7f5ff092596f
tree74470f5f90be0dd6bca3de8e09545a38e16acc29
parent8e61f6f7c308a828f8402db6651f6e38ba66c009
parent7b2f936fc8282ab56d4d21247f2f9c21607c085c
Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "A change to call iput() asynchronously to avoid a possible deadlock
  when iput_final() needs to wait for in-flight I/O (e.g. readahead) and
  a fixup for a cleanup that went into -rc1"

* tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-client:
  ceph: fix error handling in ceph_get_caps()
  ceph: avoid iput_final() while holding mutex or in dispatch thread
  ceph: single workqueue for inode related works