LU-12225 obdclass: fix race access vs removal of jobid_hash
We added @pidmap into hash and reference count will be 1.
However, another thread might reclaim this newely added
@pidmap from hash list, we try to access this @pidmap
will become a user-after-free operation.
Fix this problem by init reference count as 1 before
adding hash list, which gurantee memory could be not
freed during our access.
Check other places where memory reclaim used did similar
idea like this.
Lustre-change: https://review.whamcloud.com/34763
Lustre-commit:
b664182e0361731fa409ac6a0a0f19637a7e5288
Change-Id: Idd5f429b97e064e29b6883243f8a012c2b4b4ae7
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Gu Zheng <gzheng@ddn.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/35007
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>