Apple's SMB2 AAPL extension is enabled once per SMB2 connection. Unfortunately the (per se correct) fix for bug #12541 results in vfs_fruit checking a per tcon config state variable to determine whether AAPL has been negotiated. This variable will be false for all but the first tcon, we must make it a global variable instead. Patch to follow...
Created attachment 12992 [details] Proposed patch for master
Created attachment 13012 [details] Patch for 4.4, 4.5 and 4.6 cherry-picked from master
Assigning to Karolin for inclusion in 4.4.next, 4.5.next, 4.6.next
(In reply to Uri Simchoni from comment #3) Pushed to autobuild-v4-{6,5}-test. Does not apply on current v4-4-test. Re-assigning to Ralph.
Works here, with the patch from this PR on top of current v4-4-test. Can you please try again?
(In reply to Ralph Böhme from comment #5) Right, sorry for the noise! Pushed to autobuild-v4-4-test.
(In reply to Karolin Seeger from comment #6) Pushed to all branches. Closing out bug report. Thanks!