diff options
author | Matthew Ahrens <mahrens@delphix.com> | 2018-04-26 15:47:30 -0700 |
---|---|---|
committer | Matthew Ahrens <mahrens@delphix.com> | 2018-04-26 15:47:30 -0700 |
commit | 2b7e4143e3543c9086e5a53ddea2cbc235ebada0 (patch) | |
tree | d6b160be8551342f655ca105cf6e6cec88ebbd15 | |
parent | 47b8d4b884f2dab4e4c6952b40fd740a8fc4ab32 (diff) | |
download | illumos-joyent-2b7e4143e3543c9086e5a53ddea2cbc235ebada0.tar.gz |
9102 zfs should be able to initialize storage devices (fix mapfile)
-rw-r--r-- | usr/src/lib/libzfs_core/common/mapfile-vers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libzfs_core/common/mapfile-vers b/usr/src/lib/libzfs_core/common/mapfile-vers index 588eb76e97..49c2e1e10c 100644 --- a/usr/src/lib/libzfs_core/common/mapfile-vers +++ b/usr/src/lib/libzfs_core/common/mapfile-vers @@ -41,7 +41,7 @@ SYMBOL_VERSION ILLUMOS_0.3 { global: lzc_initialize; -} ILLUMOS_0.1; +} ILLUMOS_0.2; SYMBOL_VERSION ILLUMOS_0.2 { |