]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_gpfs: Remove winattr calls from vfs_gpfs_fntimes
authorChristof Schmitt <cs@samba.org>
Tue, 4 Feb 2025 21:05:58 +0000 (14:05 -0700)
committerJule Anger <janger@samba.org>
Thu, 6 Feb 2025 11:24:41 +0000 (11:24 +0000)
commit2f114d0d1100099d4ea13aeddf99cd1f4735007e
tree40a389e960e6dd64dc9c68d4ad2e91a8d5aad433
parentfb8138275f9db5a8f3bfd41b63938daa1b63517a
vfs_gpfs: Remove winattr calls from vfs_gpfs_fntimes

The call to the default function for fntimes already calls back into
fset_dos_attributes to set the create time. It is not necessary to
repeat the code in vfs_gpfs_fntimes.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_gpfs.c