Attention needed from Adam Barth, James Sullivan and Owners Override
Brandon Castellano has uploaded the change for review![Open in Gerrit]()
Brandon Castellano would like Owners Override, Adam Barth and James Sullivan to review this change.
Commit message
[fuchsia.io] Rename permission flags
To reduce confusion between the PERM_* constants and the PERM_* flags,
we rename the latter to match the definitions of those operations.
Also add a comment above the flags as a reminder that callers should
prefer to use the defined constants rather than individual flags.
Although this change rewrites history, all out-of-tree usages use
the PERM_READABLE, PERM_WRITABLE, and/or PERM_EXECUTABLE constants
rather than specifying individual permission flags.
Bug: 346585458
Change-Id: I3ffd0066e472f77fc7cdd92bb79ae4b0fc4d27ca
Change information
Files:
- M sdk/ctf/tests/pkg/fdio/spawn_test.cc
- M sdk/fidl/fuchsia.io/directory.fidl
- M sdk/fidl/fuchsia.io/fuchsia.io.api
- M sdk/history/16/fuchsia.io.api_summary.json
- M sdk/history/23/fuchsia.io.api_summary.json
- M sdk/history/25/fuchsia.io.api_summary.json
- M sdk/history/26/fuchsia.io.api_summary.json
- M sdk/history/27/fuchsia.io.api_summary.json
- M sdk/history/NEXT/fuchsia.io.api_summary.json
- M sdk/lib/driver/component/cpp/tests/namespace_test.cc
- M sdk/lib/vfs/cpp/tests/remote_dir_test.cc
- M sdk/lib/zxio/pipe.cc
- M sdk/lib/zxio/tests/directory-test.cc
- M sdk/lib/zxio/tests/pipe-test.cc
- M sdk/lib/zxio/tests/transferable-test.cc
- M sdk/lib/zxio/tests/vmo-flags-test.cc
- M sdk/lib/zxio/tests/vmo-test.cc
- M sdk/lib/zxio/tests/zxio-test.rs
- M sdk/lib/zxio/transferable.cc
- M sdk/lib/zxio/vmo.cc
- M src/bringup/bin/bootpkg/src/lib.rs
- M src/connectivity/bluetooth/hci/vendor/broadcom/bt_hci_broadcom.cc
- M src/connectivity/bluetooth/hci/vendor/intel/device.cc
- M src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sdio/sdio_device.cc
- M src/devices/block/drivers/sdmmc/sdmmc-block-device.cc
- M src/devices/bus/drivers/platform/test/power-integration-test/test-power-integration-board.cc
- M src/devices/misc/drivers/compat/driver.cc
- M src/lib/fuchsia-fs/src/directory.rs
- M src/lib/fuchsia-fs/src/lib.rs
- M src/starnix/kernel/fs/fuchsia/remote.rs
- M src/starnix/kernel/vfs/file_server.rs
- M src/storage/conformance/src/flags.rs
- M src/storage/conformance/tests/clone.rs
- M src/storage/conformance/tests/directory/create.rs
- M src/storage/conformance/tests/directory/link.rs
- M src/storage/conformance/tests/directory/open.rs
- M src/storage/conformance/tests/flags.rs
- M src/storage/conformance/tests/get_connection_info.rs
- M src/storage/conformance/tests/remote.rs
- M src/storage/conformance/tests/service.rs
- M src/storage/fuchsia-fatfs/src/directory.rs
- M src/storage/lib/vfs/cpp/connection/directory_connection.cc
- M src/storage/lib/vfs/cpp/tests/connection_integration_tests.cc
- M src/storage/lib/vfs/cpp/tests/connection_rights_tests.cc
- M src/storage/lib/vfs/cpp/vfs_types.cc
- M src/storage/lib/vfs/rust/src/protocols.rs
- M src/storage/lib/vfs/rust/src/remote/tests.rs
- M src/sys/pkg/lib/blobfs/src/mock.rs
- M src/sys/pkg/lib/isolated-swd/src/cache.rs
- M src/virtualization/bin/guest_manager_rs/src/guest_config.rs
Change size: L
Delta: 50 files changed, 239 insertions(+), 219 deletions(-)
Open in GerritRelated details
Attention is currently required from:
- Adam Barth
- James Sullivan
- Owners Override
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I3ffd0066e472f77fc7cdd92bb79ae4b0fc4d27ca
Gerrit-Change-Number: 1261344
Gerrit-PatchSet: 8
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.