Skip to content

Commit 07346c5

Browse files
Tamir Dubersteincopybara-github
authored andcommitted
[roll] Roll fuchsia [fdio] store node name in parent map entry
Identify the node in its parent using its ID rather than its name. This allows a node's parent and its identifier to have the same lifetime without breaking the parent's maps by storing the name in the parent; copying the id is cheap, so it is stored on the node as well as its entry. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1154941 Original-Revision: 440ef74322b1a405006506733184c78b252a2c27 GitOrigin-RevId: 15a5b1b8ad89aaa0e5da9518737b2b5938b09325 Change-Id: If385296738b5fa1aa5b3fa556ede861decacd0c8
1 parent 6f48338 commit 07346c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="087e0f3a33c1e68a3eac6e065cff01f614c8e4f8"/>
14+
revision="440ef74322b1a405006506733184c78b252a2c27"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)