summaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorDan Kimmel <[email protected]>2016-07-13 17:17:41 -0400
committerBrian Behlendorf <[email protected]>2016-09-13 09:59:13 -0700
commit524b4217b866b4b9385bc3c4e80acf4f77459a89 (patch)
tree9064b333b04d0dd52a7ac2446bdc23d0daf176a8 /include/sys
parentc4434877ae449a637d0f302eca80fcaad354874f (diff)
DLPX-44733 combine arc_buf_alloc_impl() with arc_buf_clone()
Authored by: Dan Kimmel <[email protected]> Reviewed by: Tom Caputi <[email protected]> Reviewed by: Brian Behlendorf <[email protected]> Ported by: David Quigley <[email protected]> Issue #5078
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/arc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/arc.h b/include/sys/arc.h
index 97529c3fc..e1422d2e1 100644
--- a/include/sys/arc.h
+++ b/include/sys/arc.h
@@ -152,7 +152,7 @@ struct arc_buf {
arc_buf_t *b_next;
kmutex_t b_evict_lock;
void *b_data;
- arc_buf_flags_t b_prop_flags;
+ arc_buf_flags_t b_flags;
};
typedef enum arc_buf_contents {