gvisor
gvisor copied to clipboard
Modifying tmpfs memory allocation for deleted file.
Modifying tmpfs memory allocation for deleted file.
-If the file is deleted and even if an open file descriptor exits for the file, no memory allocation will be allocated against the tmpfs size. -Adding test case to check behavior of ftruncate on deleted but open fd.
Updates#7827