Whamcloud - gitweb
LU-16796 obdclass: Change struct jobid_pid_map to use refcount_t 47/51747/3
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Sun, 23 Jul 2023 05:40:04 +0000 (11:10 +0530)
committerOleg Drokin <green@whamcloud.com>
Tue, 1 Aug 2023 06:15:54 +0000 (06:15 +0000)
commit616e2c9e34384604027508488e55bf93635b3098
treeac0441a9e2a782ee9ca53acc67e1e66afe5ac523
parent94a32720c9977787dba929b522638fd9de3b10b1
LU-16796 obdclass: Change struct jobid_pid_map to use refcount_t

This patch changes struct jobid_pid_map to use
refcount_t(kref) instead of atomic_t

Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: Ia3458d5605a8cff2bb65476495c321fa98cf01dc
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51747
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/obdclass/jobid.c