VFS: default: add support for FILE_ATTRIBUTE_OFFLINE to async dosmode
authorRalph Boehme <slow@samba.org>
Mon, 24 Feb 2020 14:03:56 +0000 (15:03 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Feb 2020 17:44:44 +0000 (17:44 +0000)
commita23f8d913fa8d77bab394aea9a8e7df2704e8b19
treea8ff8b8536d5c406836106260eae53bbb6cb193b
parentace296b97642d9160ea66db89dcd0f24a21dba4e
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>
source3/modules/vfs_default.c