Allow setting bootfs on any pool
authorRichard Laager <rlaager@wiktel.com>
Fri, 13 Jan 2012 22:24:15 +0000 (16:24 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 17 Jan 2012 21:49:07 +0000 (13:49 -0800)
commit57a4eddc4d5e1e6c10d8d7dcf87a9fc27398adcd
treee7cc234e3c997eb51146647dd916117498ddfb1c
parent08d08ebba2247ad404001785a890de4281d0a362
Allow setting bootfs on any pool

The vdev_is_bootable() restrictions are no longer necessary
with recent GRUB2 code.  FreeBSD has implemented the same
change, except that I moved the Solaris comment to be inside
the #ifdef __sun__ block.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #317
module/zfs/vdev.c