]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/dmu_traverse.c
Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t
authorMatthew Ahrens <mahrens@delphix.com>
Wed, 25 Jun 2014 18:37:59 +0000 (10:37 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 6 Aug 2014 21:48:41 +0000 (14:48 -0700)
commit5dbd68a352a04672c2f88654d1652cdf12f66708
treec175a67cab4f0b7a8996762110dbf2ae56ace79d
parent1fa8f795d586208defe2ed499c691c5bc2e28eee
Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t

4914 zfs on-disk bookmark structure should be named *_phys_t

Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com>
Approved by: Robert Mustacchi <rm@joyent.com>

References:
  https://www.illumos.org/issues/4914
  https://github.com/illumos/illumos-gate/commit/7802d7b

Porting notes:

There were a number of zfsonlinux-specific uses of zbookmark_t which
needed to be updated.  This should reduce the likelihood of further
problems like issue #2094 from occurring.

Ported by: Tim Chase <tim@chase2k.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2558
27 files changed:
cmd/zdb/zdb.c
cmd/zdb/zdb_il.c
include/sys/arc.h
include/sys/bptree.h
include/sys/dmu.h
include/sys/dmu_traverse.h
include/sys/dsl_scan.h
include/sys/spa.h
include/sys/spa_impl.h
include/sys/zio.h
lib/libzfs/libzfs_pool.c
module/zfs/arc.c
module/zfs/bptree.c
module/zfs/dbuf.c
module/zfs/dmu.c
module/zfs/dmu_diff.c
module/zfs/dmu_objset.c
module/zfs/dmu_send.c
module/zfs/dmu_traverse.c
module/zfs/dsl_destroy.c
module/zfs/dsl_scan.c
module/zfs/spa.c
module/zfs/spa_errlog.c
module/zfs/spa_stats.c
module/zfs/zil.c
module/zfs/zio.c
module/zfs/zio_inject.c