]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/dmu_objset.c
OpenZFS 6513 - partially filled holes lose birth time
[mirror_zfs.git] / module / zfs / dmu_objset.c
index c8a4351858adb82adcb1bd68a549e6a7aeab30dd..9f7cf5f4b843b009b22e44caca0d940705785a44 100644 (file)
@@ -20,7 +20,7 @@
  */
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012, 2014 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2016 by Delphix. All rights reserved.
  * Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  * Copyright (c) 2013, Joyent, Inc. All rights reserved.
  * Copyright (c) 2014 Spectra Logic Corporation, All rights reserved.
@@ -1110,9 +1110,9 @@ dmu_objset_sync(objset_t *os, zio_t *pio, dmu_tx_t *tx)
 
        zio = arc_write(pio, os->os_spa, tx->tx_txg,
            os->os_rootbp, os->os_phys_buf, DMU_OS_IS_L2CACHEABLE(os),
-           DMU_OS_IS_L2COMPRESSIBLE(os), &zp, dmu_objset_write_ready,
-           NULL, dmu_objset_write_done, os, ZIO_PRIORITY_ASYNC_WRITE,
-           ZIO_FLAG_MUSTSUCCEED, &zb);
+           DMU_OS_IS_L2COMPRESSIBLE(os),
+           &zp, dmu_objset_write_ready, NULL, NULL, dmu_objset_write_done,
+           os, ZIO_PRIORITY_ASYNC_WRITE, ZIO_FLAG_MUSTSUCCEED, &zb);
 
        /*
         * Sync special dnodes - the parent IO for the sync is the root block