mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Check whether or not the file system type of a mountpoint is aufs by calling statfs() instead of parsing mountinfo. This assumes that aufs graph driver does not allow aufs as a backing file system. Signed-off-by: Tatsushi Inagaki <e29253@jp.ibm.com>