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
..
Makefile.in Support parallel build trees (VPATH builds) 2015-07-17 12:53:11 -07:00
spl-atomic.c Refresh links to web site 2013-03-04 19:09:34 -08:00
spl-condvar.c Fix cv_timedwait timeout 2017-05-25 10:01:44 -07:00
spl-cred.c Linux 4.9 compat: group_info changes 2016-10-20 09:33:28 -07:00
spl-err.c Linux 4.11 compat: set_task_state() removed 2017-02-23 09:52:08 -08:00
spl-generic.c Don't cache the system hostid 2017-07-13 13:22:28 -04:00
spl-kmem-cache.c Add support for recent kmem_cache_create_usercopy 2017-01-17 12:05:14 -08:00
spl-kmem.c Increase spl_kmem_alloc_warn limit 2016-09-16 17:10:36 -07:00
spl-kobj.c kobj_read_file: Return -1 on vn_rdwr() error 2016-01-23 10:10:44 -08:00
spl-kstat.c Avoid WARN() from procfs on kstat collision 2017-07-24 10:52:53 -07:00
spl-mutex.c Remove adaptive mutex implementation 2014-10-17 15:07:28 -07:00
spl-proc.c Linux 4.13 compat: wait queues 2017-07-23 19:32:14 -07:00
spl-rwlock.c Reimplement rt_mutex_owner to fix build with DEBUG & PREEMPT_RT_FULL 2017-01-19 14:41:38 -08:00
spl-taskq.c Add system_delay_taskq for long delay 2016-12-08 14:00:20 -07:00
spl-thread.c Retire legacy debugging infrastructure 2014-11-19 10:35:07 -08:00
spl-tsd.c Use tsd to store tq for taskq_member 2016-01-20 13:07:45 -08:00
spl-vmem.c Fix vmem_size() 2016-11-02 10:34:19 -07:00
spl-vnode.c Linux 4.12 compat: PF_FSTRANS was removed 2017-05-09 10:36:54 -07:00
spl-xdr.c Retire legacy debugging infrastructure 2014-11-19 10:35:07 -08:00
spl-zlib.c Refactor existing code 2015-01-16 13:55:08 -08:00