[roll] Roll fuchsia [fxfs] Remove redundant LSMTree::find call

FxVolume::get_or_load_node is only called by FxDirectory::lookup and
FxDirectory::rename. Both of those methods get the object_id and
object_descriptor from calling Directory::lookup which ensures that the
object exists. FxVolume::get_or_load_node also only calls
Directory::open for directories. Checking that the object exists and is
a directory in Directory::open is redundant.

Original-Bug: 122021
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/817693
Original-Revision: 9130db84ac507aa6c47de2dbef209509c67c7d70
GitOrigin-RevId: ead97cee6affc8f5034b82f9eedc94d7e99fd155
Change-Id: Iea10f761e3ae3c0225804ceae5322294fa45e8b5
1 file changed
tree: b5500b2f3bd07fae758e1ebc241e4d188578cfdc
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.