]> Cypherpunks repositories - gostls13.git/commit
os: explicitly return nil for {rootChmod,rootMkdir,rootRemove} in root_openat.go
authorJes Cok <xigua67damn@gmail.com>
Thu, 13 Feb 2025 16:02:20 +0000 (16:02 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 13 Feb 2025 21:31:15 +0000 (13:31 -0800)
commiteab3c1e697189ddded55a5ac14d8b29d35145419
treedfbbe9fadead802dfce9c32dfe2b28f265aa7f5e
parent0044bc614af52d3f9acdd4db18e053e635c25ccd
os: explicitly return nil for {rootChmod,rootMkdir,rootRemove} in root_openat.go

It is consistent with same functions in root_noopenat.go.

Change-Id: I81415fd3922101499fcbbdec97e315add0671acb
GitHub-Last-Rev: 3444e8546ee1877feb644202ad2b05379b4b7e74
GitHub-Pull-Request: golang/go#71715
Reviewed-on: https://go-review.googlesource.com/c/go/+/649235
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/os/root_openat.go