[roll] Roll fuchsia [storage] Unify read_dirents implementations

Calling read_dirents with a buffer size that is too small to return a
single entry was handled 3 different ways across the filesystems. This
change unifies most of the filesystems to return
ZX_ERR_BUFFER_TOO_SMALL.

fuchsia-fs and fdio both always pass a sufficiently large buffer size.
Clients are encouraged to use those libraries instead of using
fuchsia.io directly. The handling of this edge case is unlikely to be
important.

Original-Fixed: b/293629067
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1439114
Original-Revision: 8c9706c2192dfb0d7ee221e18fc59635bed0e635
GitOrigin-RevId: 559dfda854d739ea3f73d9353e15027525616105
Change-Id: I8c582af42c531d087d496e881a7ce5a1a001a10d
1 file changed
tree: f79897153d306adef64ad08a73d7d93584cdf516
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.