Files
mirror_zfs/module/spl
LOLi cd47801828 Avoid WARN() from procfs on kstat collision
When we load a ZFS pool having spa_name equals to some existing kstat
we would have to create a duplicate entry, which procfs doesn't like.

For instance a ZFS pool named "zil" would have its kstat "txgs"
(module "zfs/zil") intalled under "/proc/spl/kstat/zfs/zil":
unfortunately we already have a kstat named "zil" (module "zfs")
installed in the same procfs location.

Avoid this issue by skipping the duplicate entry creation in procfs.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #628
2017-07-24 10:52:53 -07:00
..
2013-03-04 19:09:34 -08:00
2017-05-25 10:01:44 -07:00
2017-07-13 13:22:28 -04:00
2016-09-16 17:10:36 -07:00
2017-07-23 19:32:14 -07:00
2016-01-20 13:07:45 -08:00
2016-11-02 10:34:19 -07:00
2015-01-16 13:55:08 -08:00