On Thu, 19 May 2011, Brian Chrisman wrote: > Some applications (Samba-VFS layer included) expect readdir() rather than readdir_r(). > Expanded Client & libceph to include readdir. > Expanded testceph to cover additional basic functionality. > > Brian Chrisman (2): > add ceph_readdir() to libceph > expanding testceph to test open/readdir/telldir Applied, thanks! sage > > src/client/Client.cc | 35 ++++++++++++++++- > src/client/Client.h | 1 + > src/client/testceph.cc | 88 ++++++++++++++++++++++++++++++++++--------- > src/include/ceph/libceph.h | 1 + > src/libceph.cc | 5 ++ > 5 files changed, 109 insertions(+), 21 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 > > -- 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