composefs icon indicating copy to clipboard operation
composefs copied to clipboard

kernel: Implement statfs()

Open alexlarsson opened this issue 3 years ago • 0 comments

This retargets statfs() to the first base directory so that we get at least some size info. Free space isn't super important as the fs is not writable, but it makes sense to have at least some value to avoid confusing apps thinging the disk is full.

Fixes https://github.com/containers/composefs/issues/18

Signed-off-by: Alexander Larsson [email protected]

alexlarsson avatar Sep 23 '22 08:09 alexlarsson