github.com/guilhermebr/docker@v1.4.2-0.20150428121140-67da055cebca/daemon/graphdriver/driver_unsupported.go (about) 1 // +build !linux 2 3 package graphdriver 4 5 func GetFSMagic(rootpath string) (FsMagic, error) { 6 return FsMagicUnsupported, nil 7 }