]> Cypherpunks repositories - gostls13.git/commit
syscall: fix mount working directory on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Sun, 1 Mar 2015 16:30:47 +0000 (17:30 +0100)
committerDavid du Colombier <0intro@gmail.com>
Sun, 1 Mar 2015 18:33:41 +0000 (18:33 +0000)
commitf0bd95b8b98dc3155c873724b6f9eff7bf83529e
tree4d0f83a33717873a7384987b419aefcf8f4a1b06
parent3ee9df799fc76e06b216248735e530dd4e1dc504
syscall: fix mount working directory on Plan 9

In CL 6350, Brad fixed the following system calls
to use the program-wide workding directory:

- bind
- chdir
- create
- open
- remove
- stat
- umount
- wstat

However, Russ Cox pointed out that the mount
system call should be fixed as well.

Change-Id: I6139ed11ba449f18c46e95269f4d0e51be7cec48
Reviewed-on: https://go-review.googlesource.com/6385
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/syscall_plan9.go
src/syscall/zsyscall_plan9_386.go
src/syscall/zsyscall_plan9_amd64.go