]> git.proxmox.com Git - mirror_zfs.git/commit - include/sys/zap.h
Illumos #3742
authorWill Andrews <will@firepipe.net>
Tue, 11 Jun 2013 17:12:34 +0000 (09:12 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 4 Nov 2013 18:55:25 +0000 (10:55 -0800)
commitd3cc8b152edc608fa4b73d4cb5354356da6b451c
treee6ac6881379658bfb63cb9787f6781705b6d2004
parente49f1e20a09181d03382d64afdc4b7a12a5dfdf1
Illumos #3742

3742 zfs comments need cleaner, more consistent style
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Approved by: Christopher Siden <christopher.siden@delphix.com>

References:
  https://www.illumos.org/issues/3742
  illumos/illumos-gate@f7170741490edba9d1d9c697c177c887172bc741

Ported-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1775

Porting notes:

1. The change to zfs_vfsops.c was dropped because it involves
   zfs_mount_label_policy, which does not exist in the Linux port.
37 files changed:
include/sys/ddt.h
include/sys/dnode.h
include/sys/dsl_pool.h
include/sys/sa_impl.h
include/sys/spa_impl.h
include/sys/space_map.h
include/sys/unique.h
include/sys/vdev_impl.h
include/sys/zap.h
include/sys/zap_leaf.h
include/sys/zfs_acl.h
include/sys/zfs_rlock.h
include/sys/zfs_znode.h
include/sys/zil.h
include/sys/zio_compress.h
module/zfs/arc.c
module/zfs/bptree.c
module/zfs/dnode.c
module/zfs/dnode_sync.c
module/zfs/dsl_prop.c
module/zfs/sa.c
module/zfs/spa.c
module/zfs/spa_config.c
module/zfs/spa_misc.c
module/zfs/txg.c
module/zfs/vdev.c
module/zfs/vdev_queue.c
module/zfs/vdev_raidz.c
module/zfs/zfs_acl.c
module/zfs/zfs_ioctl.c
module/zfs/zfs_log.c
module/zfs/zfs_rlock.c
module/zfs/zfs_sa.c
module/zfs/zfs_vfsops.c
module/zfs/zfs_vnops.c
module/zfs/zfs_znode.c
module/zfs/zil.c