Commit 954389c
authored
fuse: Don't expire directory entries in the kernel (#120)
Since AgentFS is the only writer to the SQLite-backed filesystem, the
kernel can cache metadata and directory entries indefinitely. When the
kernel initiates operations (create, unlink, rename, etc.), it already
knows about the changes and updates its cache from our replies - no
explicit invalidation is needed.1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments