]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/dmu_send.c
Illumos 5369 - arc flags should be an enum
authorGeorge Wilson <george.wilson@delphix.com>
Sat, 6 Dec 2014 17:24:32 +0000 (09:24 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Jun 2015 17:27:25 +0000 (10:27 -0700)
commit2a4324141f4a0811ba29dfef123fe5dad2ca1b03
treed975fc68f03d5f0cb59a6beb5000e75a5a9d759f
parentad4af89561eb16e45df37f3ce242679042718e0e
Illumos 5369 - arc flags should be an enum

5369 arc flags should be an enum
5370 consistent arc_buf_hdr_t naming scheme
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Alex Reece <alex.reece@delphix.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
Reviewed by: Richard Elling <richard.elling@richardelling.com>
Approved by: Richard Lowe <richlowe@richlowe.net>

Porting notes:

ZoL has moved some ARC definitions into arc_impl.h.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Ported by: Tim Chase <tim@chase2k.com>
13 files changed:
cmd/zdb/zdb.c
include/sys/arc.h
include/sys/arc_impl.h
module/zfs/arc.c
module/zfs/dbuf.c
module/zfs/dmu_diff.c
module/zfs/dmu_objset.c
module/zfs/dmu_send.c
module/zfs/dmu_traverse.c
module/zfs/dsl_scan.c
module/zfs/spa_stats.c
module/zfs/zil.c
module/zfs/zio.c