usr/src/uts/common/fs/zfs/sys/dmu.h
changeset 14234 189ec27885ae
parent 14121 9475b3fef59d
child 14247 dceb17481b99
--- a/usr/src/uts/common/fs/zfs/sys/dmu.h	Wed Aug 07 17:58:15 2013 -0400
+++ b/usr/src/uts/common/fs/zfs/sys/dmu.h	Tue Aug 20 20:11:52 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.
  */
@@ -581,7 +581,7 @@
 	uint64_t size, dmu_tx_t *tx);
 int dmu_free_long_range(objset_t *os, uint64_t object, uint64_t offset,
 	uint64_t size);
-int dmu_free_object(objset_t *os, uint64_t object);
+int dmu_free_long_object(objset_t *os, uint64_t object);
 
 /*
  * Convenience functions.