diff -r 8a2884391fc2 -r 277fa158020c usr/src/uts/common/fs/zfs/sys/dmu_send.h --- a/usr/src/uts/common/fs/zfs/sys/dmu_send.h Mon Jul 29 10:55:16 2013 -0800 +++ b/usr/src/uts/common/fs/zfs/sys/dmu_send.h Mon Jul 29 10:58:53 2013 -0800 @@ -21,7 +21,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2012 by Delphix. All rights reserved. + * Copyright (c) 2013 by Delphix. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2012, Joyent, Inc. All rights reserved. */ @@ -63,5 +63,6 @@ int dmu_recv_stream(dmu_recv_cookie_t *drc, struct vnode *vp, offset_t *voffp, int cleanup_fd, uint64_t *action_handlep); int dmu_recv_end(dmu_recv_cookie_t *drc, void *owner); +boolean_t dmu_objset_is_receiving(objset_t *os); #endif /* _DMU_SEND_H */