Merge pull request #384 from bjornfor/filesystem-ignore-autofs
Ignore autofs filesystems on linuxpull/390/head
commit
88f8dba35e
|
@ -26,7 +26,7 @@ import (
|
|||
|
||||
const (
|
||||
defIgnoredMountPoints = "^/(sys|proc|dev)($|/)"
|
||||
defIgnoredFSTypes = "^(sys|proc)fs$"
|
||||
defIgnoredFSTypes = "^(sys|proc|auto)fs$"
|
||||
ST_RDONLY = 0x1
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue