Changeset 165 for branches/samba-3.0/source/smbd/files.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/files.c
r44 r165 125 125 chain_fsp = fsp; 126 126 127 /* A new fsp invalidates a negative fsp_fi_cache. */ 128 if (fsp_fi_cache.fsp == NULL) { 129 ZERO_STRUCT(fsp_fi_cache); 130 } 127 /* A new fsp invalidates the positive and 128 negative fsp_fi_cache as the new fsp is pushed 129 at the start of the list and we search from 130 a cache hit to the *end* of the list. */ 131 132 ZERO_STRUCT(fsp_fi_cache); 131 133 132 134 *result = fsp;
Note:
See TracChangeset
for help on using the changeset viewer.