[roll] Roll fuchsia [starnix] Fix offset handling in directory_read_dirents

This CL:
* Updates `DirentSinkAdapter::append` to return ENOSPC immediately if
  the sink is sealed and did not append the directory entry.
* Updates `directory_read_dirents` to return the travel offset if the
  sink was full (previously, returned that we've reached the end of
  traversal).

Original-Original-Bug: 517452590
Test: fx test starnix_core_tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1647736
Original-Original-Revision: 019c15ffb8949c51d3ddaf1f72d3d3bfedbcbab3
GitOrigin-RevId: e61710d466d4ca7afb4f06bfe71a67ef3fbc427e
Change-Id: I0d2ec03c6051a97ab20ef8b2b3ec16c593026dcd
1 file changed
tree: 1a10f09458a074f6dbdaea11273a467789db23b6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.