1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Handle cgroup and btrfs filesystems

This commit is contained in:
Andreas Jaeger
2010-10-01 10:49:47 -04:00
committed by Ulrich Drepper
parent 91c4255919
commit 6484ba5ef0
4 changed files with 27 additions and 2 deletions

View File

@ -23,7 +23,7 @@
/* These definitions come from the kernel headers. But we cannot
include the headers here because of type clashes. If new
filesystem types will become available we have to add the
appropriate definitions here.*/
appropriate definitions here. */
/* Constant that identifies the `adfs' filesystem. */
#define ADFS_SUPER_MAGIC 0xadf5
@ -37,6 +37,12 @@
/* Constant that identifies the `bfs' filesystem. */
#define BFS_MAGIC 0x1BADFACE
/* Constant that identifies the `btrfs' filesystem. */
#define BTRFS_SUPER_MAGIC 0x1BADFACE
/* Constant that identifies the `cgroup' filesystem. */
#define CGROUP_SUPER_MAGIC 0x1BADFACE
/* Constant that identifies the `coda' filesystem. */
#define CODA_SUPER_MAGIC 0x73757245