aboutsummaryrefslogtreecommitdiff
path: root/uts/common/fs/zfs/sys/dbuf.h
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-11-14 00:43:27 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-11-14 00:43:27 +0000
commit00a61d1e73086e9ae4f081c2985d3ff83f5cc278 (patch)
treeffa6b2eab7b8f175e09a7be9f5ec1d67712e664e /uts/common/fs/zfs/sys/dbuf.h
parent663883a40e238a3be534b750bf4137e59533b3ba (diff)
downloadsrc-00a61d1e73086e9ae4f081c2985d3ff83f5cc278.tar.gz
src-00a61d1e73086e9ae4f081c2985d3ff83f5cc278.zip
Update vendor/illumos/dist and vendor/illumos-sys/dist
to illumos-gate 13887:196932ec9e6a (illumos zfs issue #3236)
Notes
Notes: svn path=/vendor-sys/illumos/dist/; revision=243013
Diffstat (limited to 'uts/common/fs/zfs/sys/dbuf.h')
-rw-r--r--uts/common/fs/zfs/sys/dbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uts/common/fs/zfs/sys/dbuf.h b/uts/common/fs/zfs/sys/dbuf.h
index cf1bbc030f45..8591f1585128 100644
--- a/uts/common/fs/zfs/sys/dbuf.h
+++ b/uts/common/fs/zfs/sys/dbuf.h
@@ -20,6 +20,7 @@
*/
/*
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012 by Delphix. All rights reserved.
*/
#ifndef _SYS_DBUF_H
@@ -130,6 +131,7 @@ typedef struct dbuf_dirty_record {
blkptr_t dr_overridden_by;
override_states_t dr_override_state;
uint8_t dr_copies;
+ boolean_t dr_nopwrite;
} dl;
} dt;
} dbuf_dirty_record_t;