]> Cypherpunks repositories - gostls13.git/commit
syscall: adjust Mount to accomodate stricter FS implementations.
authorDavid Anderson <danderson@google.com>
Fri, 14 Oct 2011 16:19:45 +0000 (09:19 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 14 Oct 2011 16:19:45 +0000 (09:19 -0700)
commitbb282baa93bbb3158f6e52cb1436286a544000e3
tree8b31a83249f97658ba2c4726662bc9adf9608f00
parent8225f4d71f701263181556218994bcf7464d74c7
syscall: adjust Mount to accomodate stricter FS implementations.

Notably, the "data" argument should be nil if no options are
given, or (at least) the cgroup filesystem will refuse to
mount.

R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5147047
src/pkg/syscall/syscall_linux.go
src/pkg/syscall/zsyscall_linux_386.go
src/pkg/syscall/zsyscall_linux_amd64.go
src/pkg/syscall/zsyscall_linux_arm.go