]> git.baikalelectronics.ru Git - kernel.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)
commit28b0d0f2e0573ef3ae212e70315248fda84327d2
tree74470f5f90be0dd6bca3de8e09545a38e16acc29
parentcb671dd8bfce34fdabce7a18f66b9770a7bc4dbb
parent17814225e4fa7ae5eb934f206611be65ea276788
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