Hacker News new | ask | show | jobs
by inetknght 285 days ago
Kernel doesn't really care about "on disk", it cares about "on filesystem".

The "on disk" distinction is a simplification.

1 comments

The kernel absolutely does care about the "on disk" distinction because it determines what driver to use.
The interface is handled by the kernel.