]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Add vfswrap_check_async_with_thread_creds() helper
authorPawan Sahu <Pawan.Sahu1@ibm.com>
Wed, 4 Jun 2025 06:13:08 +0000 (08:13 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 30 Sep 2025 12:06:41 +0000 (12:06 +0000)
commitb75ce05c5c468ce96fc5477533f4a3ddb4fdbf94
tree91a8784925bab35f101a474816099393272b7d4a
parent66874f7726ae712b951c49fad06a53635a232436
smbd: Add vfswrap_check_async_with_thread_creds() helper

Move the logic that checks for sufficient threads and per-thread credential
support into a dedicated helper function: vfswrap_check_async_with_thread_creds().

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