VFS: default: add support for FILE_ATTRIBUTE_OFFLINE to async dosmode
commitb0f590055c1642686145154203207b942988608b
authorRalph Boehme <slow@samba.org>
Mon, 24 Feb 2020 14:03:56 +0000 (24 15:03 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 18 Mar 2020 10:29:10 +0000 (18 10:29 +0000)
treef63cb0063cd8c4357346b781594c287bacb5b94b
parent34f3476d560b743f800bda69338e0c876846e680
VFS: default: add support for FILE_ATTRIBUTE_OFFLINE to async dosmode

This had been missing in the initial async dosmode implementation. It's the
responsibility of the sync and async dosmode functions to call
vfswrap_is_offline() since the offline functionality has been converted from a
first class VFS function to be a part of the DOS attributes VFS functions.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit a23f8d913fa8d77bab394aea9a8e7df2704e8b19)
source3/modules/vfs_default.c