mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
This commit is contained in:
parent
c74cde918a
commit
1f31156173
Notes:
sideshowbarker
2024-07-19 10:34:05 +09:00
Author: https://github.com/awesomekling
Commit: 1f31156173
7 changed files with 83 additions and 17 deletions
|
@ -467,3 +467,5 @@ struct ifreq {
|
|||
|
||||
#define AT_FDCWD -100
|
||||
|
||||
#define PURGE_ALL_VOLATILE 0x1
|
||||
#define PURGE_ALL_CLEAN_INODE 0x2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue