Nick Craig-Wood
34c45a7c04
mount, cmount: remove addition of O_CREATE to flags on file open #2141
...
Previously this was adding it in to all file opens which was causing
inefficiencies under Windows where it stats the file using
open/fstat/close.
This change will make stat operations run much quicker under Windows
as they won't have to open the underlying file
This problem was introduced in61b6159a05336bd7ba105766de2d2ff171f7fb81
where we added O_CREATE to all file opens and creates.
2018-03-15 20:48:56 +00:00
..
2018-03-14 22:58:20 +02:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-03-15 20:48:56 +00:00
2018-01-15 17:51:14 +00:00
2018-01-18 11:00:25 +00:00
2018-01-15 17:51:14 +00:00
2018-01-18 20:27:52 +00:00
2018-02-25 12:57:14 +01:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2017-08-31 16:21:28 +01:00
2016-12-03 09:08:40 +00:00
2018-01-26 09:39:05 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-18 20:27:52 +00:00
2018-03-09 08:44:02 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-03-15 20:48:56 +00:00
2018-03-09 23:15:38 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-18 14:22:43 +00:00
2018-01-18 20:19:55 +00:00
2018-01-19 11:45:50 +00:00
2018-03-14 22:58:20 +02:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-03-14 21:50:33 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-01-15 17:51:14 +00:00
2018-02-02 13:46:56 +00:00
2018-01-15 17:51:14 +00:00
2016-12-03 09:08:40 +00:00
2018-03-14 22:58:20 +02:00