diff options
author | GeLiXin <[email protected]> | 2016-08-19 14:50:21 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-08-19 09:14:24 -0700 |
commit | aeb9baa618beea1458ab3ab22cbc0f39213da6cf (patch) | |
tree | ae81639be26d78b5a4d5651780001a6fbb8adf25 /module/spl/spl-generic.c | |
parent | 576865be20ce4a0d4365cd62a589edec070fe08c (diff) |
Fix: handle NULL case in spl_kmem_free_track()
When DEBUG_KMEM_TRACKING is enabled in SPL, we keep tracking all
the buffers alloced by kmem_alloc() and kmem_zalloc(). If a NULL
pointer which indicates no track info in SPL is passed to
spl_kmem_free_track, we just ignore it.
Signed-off-by: GeLiXin <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue zfsonlinux/zfs#4967
Closes #567
Diffstat (limited to 'module/spl/spl-generic.c')
0 files changed, 0 insertions, 0 deletions