NetApp may send broken packages in respons to trans2_query_path_info calls with info level SMB_QUERY_FILE_ALL_INFO as reported in bug #8914.
Created attachment 9334 [details] patch for master
(In reply to comment #1) > Created attachment 9334 [details] > patch for master Windows XP uses info level SMB_QUERY_FILE_BASIC_INFO and SMB_QUERY_FILE_STANDARD_INFO which yield the same information except for the not used and wrongly interpreted EA_INFO. The patch implements a fallback using level basic and standard info if the trans2_query_path_info with all info fails.
Created attachment 9335 [details] patch for master catches by metze * qpathinfo3 failed to set size * remove a comment * add Signed-off-by
Created attachment 9355 [details] git-am fix that went into master. Applies cleanly for 4.1.next.
Comment on attachment 9355 [details] git-am fix that went into master. I would like to review/test this but I don't have such a machine, not even the Ontap emulator to test this.
Pushed to autobuild-v4-1-test.
(In reply to comment #6) > Pushed to autobuild-v4-1-test. Pushed to v4-1-test. Closing out bug report. Thanks!