]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Introduce struct vfs_pthread_pool_job_state
authorPawan Sahu <Pawan.Sahu1@ibm.com>
Fri, 9 May 2025 06:19:03 +0000 (23:19 -0700)
committerGünther Deschner <gd@samba.org>
Tue, 30 Sep 2025 12:06:41 +0000 (12:06 +0000)
commit66874f7726ae712b951c49fad06a53635a232436
treefde2edad1730086d56862e53ec319437d524e8b6
parent01fbe3eeb23ecaf8b117c8744ddb6d3f1c14da85
smbd: Introduce struct vfs_pthread_pool_job_state

Refactor the vfswrap_getattrat_state structure by extracting the members
specific to pthreadpool job handling into a new struct vfs_pthread_pool_job_state.
This improves code clarity and allows reuse of the job-related
state in other contexts.

Signed-off-by: Pawan Sahu <Pawan.Sahu1@ibm.com>
Reviewed-by: Vinit Agnihotri <vagnihot@redhat.com>
Reviewed-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/include/vfs.h
source3/modules/vfs_default.c