sys: FspFileNodeInvalidateCachesAndNotifyChangeByName: flush and purge only

This commit is contained in:
Bill Zissimopoulos
2020-10-17 22:06:49 -07:00
parent 10c8c440f9
commit e59a49992a
2 changed files with 7 additions and 19 deletions

View File

@ -453,6 +453,6 @@ void notify_tests(void)
TEST(notify_abandon_rename_test);
TEST(notify_timeout_test);
TEST(notify_change_test);
//TEST(notify_open_change_test);
TEST(notify_dirnotify_test);
TEST(notify_open_change_test);
//TEST(notify_dirnotify_test);
}