github.com/pritambaral/docker@v1.4.2-0.20150120174542-b2fe1b3dd952/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  }