commit | 2f4a85b1aab2082316824cf0846e6f8ebcff0850 | [log] [tgz] |
---|---|---|
author | Jeuk Kim <jeuk20.kim@fuchsia.infra.roller.samsung.com> | Thu Apr 14 04:02:13 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 13 21:03:43 2022 -0700 |
tree | a80e97a5d46d0dcec82d44d6eb5806bcf38a0a4a | |
parent | 9ce9897024f8d6d7ac198a7a085df598d83f61dc [diff] |
[roll] Roll fuchsia [f2fs] Refactor to prepare for removing DnodeOfData type This CL refactors functions not to use DnodeOfData as their parameter type. DnodeOfData type should be removed for three reasons. - DnodeOfData is not compatible with RAII pattern. - The usage is not compatible with the struct name. DnodeOfData stands for "Direct node of data", but truncate functions use this struct to express all node type (including indirect node) - One parameter DnodeOfData is used for both input and output. It complicates the code. Original-Bug: 94112 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/668607 Original-Revision: 8f7495aa0b0870f3c524eb286b262e7f409cecc3 GitOrigin-RevId: df6ee4d0d19dc2cd0c845cca09c1ed9116a67f56 Change-Id: I731fed7f07594b5bd3febe18d33b39e6e2e515d7
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.