If async DOS attributes are enabled with "smbd async dosmode = yes", a SMB2_FIND requests triggers VFS calls to SMB_VFS_GET_DOS_ATTRIBUTES_SEND()/RECV(). The implementation of these VFS functions in vfs_default.c in vfswrap_get_dos_attributes_getxattr_done() is missing a call to vfswrap_is_offline() as being done in the sync versions vfswrap_[f]get_dos_attributes(). Have patch, need bugnumber.
Now in master, ready for cherry-pick.
Created attachment 15848 [details] git-am fix for 4.12.next, 4.11.next. Cherry-picked from master.
Reassigning to Karolin for inclusion in 4.11 and 4.12.
(In reply to Ralph Böhme from comment #3) Pushed to autobuild-v4-{12,11}-test.
(In reply to Karolin Seeger from comment #4) Pushed to both branches. Closing out bug report. Thanks!