| ... | @@ -4704,7 +4704,7 @@ fn dirCreateFileAtomic( | ... | @@ -4704,7 +4704,7 @@ fn dirCreateFileAtomic( |
| 4704 | try syscall.checkCancel(); | 4704 | try syscall.checkCancel(); |
| 4705 | continue; | 4705 | continue; |
| 4706 | }, | 4706 | }, |
| 4707 | .ISDIR, .NOENT => { | 4707 | .ISDIR, .NOENT, .OPNOTSUPP => { |
| 4708 | // Ambiguous error code. It might mean the file system | 4708 | // Ambiguous error code. It might mean the file system |
| 4709 | // does not support O_TMPFILE. Therefore, we must fall | 4709 | // does not support O_TMPFILE. Therefore, we must fall |
| 4710 | // back to not using O_TMPFILE. | 4710 | // back to not using O_TMPFILE. |