Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
One good question is whether using statvfs(3) shouldn't be the default as it is the POSIX interface.
Comment Actions
Unfortunately, that will not work as linux does not define the MNT_LOCAL flag and struct statvfs does not contain the f_type magic field.