1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00
Jeremy Allison 3b02b9e40e Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition call.
This was my fault. I use a singleton cache (positive and negative) to speed up pathname based qfileinfo/setfileinfo lookups for alternate fsp's open on the same path. I only invalidated the negative cache on adding a new file fsp, as I incorrectly imagined the new fsp was put at the *end* of the open files list. DLIST_ADD puts it at the start, meaning any subsequent open wasn't seen once the cache was set. Doh !
Jeremy.
2008-09-26 18:39:03 -07:00
..
2008-09-15 18:45:10 -07:00
2008-01-10 13:19:58 +01:00
2008-04-19 17:04:09 +02:00
2008-09-05 19:00:48 -07:00
2008-07-27 17:56:48 +02:00
2008-02-25 12:58:56 +01:00
2008-06-17 10:48:40 +02:00
2008-05-16 23:18:50 +02:00
2008-09-09 17:37:34 +02:00
2008-07-19 20:27:56 +02:00
2008-09-01 13:51:11 +02:00
2008-09-05 19:00:48 -07:00
2008-04-07 15:28:10 -07:00
2008-06-26 13:32:11 +02:00
2007-12-18 09:56:04 +01:00
2008-07-22 15:00:48 +02:00