avg c8fe315d98 spa_open_common: fix argument to zvol_create_minors
Prior to r248571 spa_open was always called with a bare pool name,
but now it is called with a dataset name instead (spa_lookup handles
that).
So, when a ZFS root is mounted spa_open is called with a name of a root
dataset, which can very well be different from the pool name.
But zvol_create_minors should be called with the pool name, because it
performs a recursive traversal of all datasets under the name to find
all those that are volumes.

MFC after:	7 days
2013-04-03 11:06:26 +00:00
..
2013-04-02 05:30:52 +00:00
2012-11-01 04:07:08 +00:00
2013-04-02 13:52:09 +00:00
MFC
2013-03-09 18:40:37 +00:00
MFC
2013-03-02 14:48:41 +00:00
MFC
2013-03-08 00:03:07 +00:00
MFC
2013-03-02 14:48:41 +00:00
2013-02-21 12:52:18 +00:00
MFC
2013-03-08 00:03:07 +00:00
2013-04-02 05:30:52 +00:00
MFC
2013-02-21 21:59:35 +00:00
MFC
2013-03-13 01:05:42 +00:00