vfs_gpfs: update btime in vfs_gpfs_(f)get_dos_attributes
authorRalph Boehme <slow@samba.org>
Thu, 15 Dec 2016 06:09:58 +0000 (07:09 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 17 Dec 2016 08:11:13 +0000 (09:11 +0100)
commitadf4cea1db46f2898540c041003da5b4bd447f80
treeb8e176a9493e2b861a32a519da2b1e80ca479308
parent122706550c67ef778fd4634508bec9e0507a1fe0
vfs_gpfs: update btime in vfs_gpfs_(f)get_dos_attributes

This paves the way for removing btime updates from the stat VFS
functions.

This way we behave like the default VFS module where DOS attributes and
btime are fetched from the same backing store and the frontend is
designed around using dos_mode() -> SMB_VFS_GET_ATTRIBUTES to update
both attributes as necessary in the SMB processing.

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