summaryrefslogtreecommitdiffstats
path: root/include/statfs_magic.h
Commit message (Collapse)AuthorAgeFilesLines
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
| | | | | | | Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
* libmount: add cgroup2 pseudo FSKarel Zak2015-12-081-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* include/statfs_magic: use macro rather than type for f_typeKarel Zak2014-11-101-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* switch_root: improve statfs->f_type portabilityKarel Zak2014-11-061-0/+11
| | | | | | | | | __SWORD_TYPE is not available everywhere, for example it's not defined by musl libc. It also seems that __SWORD_TYPE is not used for f_type on some architectures (s390x). Reported-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add statfs_magic.hKarel Zak2014-03-061-0/+88
Signed-off-by: Karel Zak <kzak@redhat.com>