syscall: implement Mount and Unmount for linux.
Note that, while the final argument of mount(2) is a void*, in
practice all filesystem implementations treat it as a string
of comma-separated mount options.
On 2011/03/09 02:17:59, danderson wrote: > Hello bradfitzgo (cc: mailto:golang-dev@googlegroups.com), > > I'd like you ...
14 years, 2 months ago
(2011-03-09 02:34:24 UTC)
#2
On 2011/03/09 02:17:59, danderson wrote:
> Hello bradfitzgo (cc: mailto:golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://go.googlecode.com/hg/
Note that this patch doesn't apply cleanly on top of my reboot patch, because
the arm error file has sufficiently little context to fail on one hunk. The
failure is trivial to resolve though, it's an all-adds hunk.
LGTM Not sure where those two extra S_ constants came from, but presumably you just ...
14 years, 2 months ago
(2011-03-09 13:58:33 UTC)
#3
LGTM
Not sure where those two extra S_ constants came from, but presumably you just
have newer linux headers on your box than the last person to generate the file.
Issue 4247070: code review 4247070: syscall: implement Mount and Unmount for linux.
(Closed)
Created 14 years, 2 months ago by danderson
Modified 13 years, 11 months ago
Reviewers:
Base URL:
Comments: 0