]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:vfs_crossrename: avoid locking panic in copy_reg()
authorPavel Filipenský <pfilipensky@samba.org>
Thu, 28 Nov 2024 17:39:53 +0000 (18:39 +0100)
committerPavel Filipensky <pfilipensky@samba.org>
Tue, 17 Dec 2024 10:27:34 +0000 (10:27 +0000)
commit0a5da82f75a43838be3419cab10a50750fa500d7
tree6fa32236acc0d6c16ee87715568724c46770f855
parent7b73c574d93668edd94f2eb18b58568d420487f4
s3:vfs_crossrename: avoid locking panic in copy_reg()

Use low level backend functions that don't go through the FSA layer.
Done via calling transfer_file() as it was in version before 5c18f07

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15724

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_crossrename.c