yehuda, please review my patch. thanks On Thu, Feb 1, 2018 at 4:56 PM, yuelongguang <yuelongguang@xxxxxxxxx> wrote: > change the type of first parameter from rados_ioctx_t to rados_striper_t > --- > src/include/radosstriper/libradosstriper.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/include/radosstriper/libradosstriper.h b/src/include/radosstriper/libradosstriper.h > index 5aa4a6b..4d552c6 100644 > --- a/src/include/radosstriper/libradosstriper.h > +++ b/src/include/radosstriper/libradosstriper.h > @@ -207,7 +207,8 @@ int rados_striper_remove(rados_striper_t striper, > * @param size the new size of the object in bytes > * @returns 0 on success, negative error code on failure > */ > -int rados_striper_trunc(rados_ioctx_t io, const char *soid, uint64_t size); > +int rados_striper_trunc(rados_striper_t striper, > + const char *soid, uint64_t size); > > /** @} Synchronous I/O */ > > -- > 1.8.3.1 > -- 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