Changeset 3359 for trunk/src/kmk/dir-nt-bird.c
- Timestamp:
- Jun 5, 2020, 6:17:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/dir-nt-bird.c
r3203 r3359 660 660 661 661 /** 662 * Invalidate the whole directory cache and closes all open handles. 663 * 664 * Used by $(dircache-ctl invalidate-and-close-dirs) 665 * @param including_root Also close the root directory. 666 * @note Multi-thread safe. 667 */ 668 void dir_cache_invalid_all_and_close_dirs(int including_root) 669 { 670 g_cInvalidates++; 671 kFsCacheInvalidateAllAndCloseDirs(g_pFsCache, !!including_root); 672 } 673 674 /** 662 675 * Invalidate missing bits of the directory cache. 663 676 *
Note:
See TracChangeset
for help on using the changeset viewer.