]> granicus.if.org Git - zfs/blobdiff - module/zfs/zfs_log.c
Remove zfs_parse_bootfs() support
[zfs] / module / zfs / zfs_log.c
index 26ab78279b31cc0edac6247b425230c32f45b58e..59a6451c7c06cfbbc1ed6b72c5fb6470aaa02627 100644 (file)
@@ -22,6 +22,8 @@
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
+#ifdef HAVE_ZPL
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -674,3 +676,5 @@ zfs_log_acl(zilog_t *zilog, dmu_tx_t *tx, znode_t *zp,
        itx->itx_sync = (zp->z_sync_cnt != 0);
        zil_itx_assign(zilog, itx, tx);
 }
+
+#endif /* HAVE_ZPL */