]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Sep 2012 23:13:49 +0000 (16:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Sep 2012 23:13:49 +0000 (16:13 -0700)
commitbee2d97b2c4583c2471aa65ab9c189a0011f62b3
tree74bcd6a17f3db312268b4ad25aa05a1912ff174f
parent979570e02981d4a8fc20b3cc8fd651856c98ee9d
parent5ce765a540f34d1e2005e1210f49f67fdf11e997
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client

Pull two ceph fixes from Sage Weil:
 "The first fixes a leak in the rbd setup error path, and the second
  fixes a more serious problem with mismatched kmap/kunmap that surfaced
  after the recent refactoring work."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
  libceph: only kunmap kmapped pages
  rbd: drop dev reference on error in rbd_open()