Nick Craig-Wood 13387c0838 vfs: fix deadlock on concurrent operations on a directory - fixes #2811
Before this fix there were two paths where concurrent use of a
directory could take the file lock then directory lock and the other
would take the locks in the reverse order.

Fix this by narrowing the locking windows so the file lock and
directory lock don't overlap.
2018-12-26 09:08:27 +00:00
..
2017-11-04 10:24:10 +00:00
2017-11-04 10:24:10 +00:00
2018-10-06 11:47:46 +01:00
2018-09-25 14:01:13 +02:00