Hi Linus, Please pull the following Ceph fixes from git://ceph.newdream.net/git/ceph-client.git for-linus There are a few memory leaks here (particularly with the msgpool), and a small request path encoding fix that avoids unnecessary ESTALEs from NFS reexport. Thanks! sage Noah Watkins (1): ceph: fix memory leak Sage Weil (3): libceph: fix msgpool ceph: fix encoding of ino only (not relative) paths libceph: fix leak of osd structs during shutdown fs/ceph/mds_client.c | 2 +- fs/ceph/super.c | 4 ++-- net/ceph/msgpool.c | 40 +++++++++++++++++++++++++++++----------- net/ceph/osd_client.c | 22 +++++++++++++++++----- 4 files changed, 49 insertions(+), 19 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html