]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Nov 2016 17:17:10 +0000 (09:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Nov 2016 17:17:10 +0000 (09:17 -0800)
commitd75a27a4c7c39a4d0b2a01e5bbb4dddf4f74b80f
tree51725e4b6d3bb055ca1e9c7ea21d014abf5d4bb1
parentc9f53e594aaafc2c1b225c4e0fa0bcea02ccb6a2
parent493d83ca3d6b65a53dde574425d3afe73c6643e4
Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-client

Pull Ceph fixes from Ilya Dryomov:
 "Ceph's ->read_iter() implementation is incompatible with the new
  generic_file_splice_read() code that went into -rc1.  Switch to the
  less efficient default_file_splice_read() for now; the proper fix is
  being held for 4.10.

  We also have a fix for a 4.8 regression and a trival libceph fixup"

* tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-client:
  libceph: initialize last_linger_id with a large integer
  libceph: fix legacy layout decode with pool 0
  ceph: use default file splice read callback