]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Remove solaris-specific code from make_leaf_vdev()
authorNed Bass <bass6@llnl.gov>
Mon, 18 Oct 2010 18:26:04 +0000 (11:26 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Oct 2010 19:25:58 +0000 (12:25 -0700)
commit4682b8c14efdeae26808195422a763b896fef037
tree5c7eae915070f77c5e31ff3741a33aad90075d44
parenta2c6816c34952eb6dad51248d31172189fba9126
Remove solaris-specific code from make_leaf_vdev()

Portability between Solaris and Linux isn't really an issue for us anymore, and
removing sections like this one helps simplify the code.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
cmd/zpool/zpool_vdev.c