ANDROID: fuse-bpf: Fix readdir for getdents
If you call getdents with a buffer size less than a page,
entries can be skipped. This correctly sets the point to continue from.
Bug: 325550828
Test: getdents with low buffer size
Change-Id: I324e7e815d31742bd4e2d70c5d07c2b09a67a7c2
Signed-off-by:
Daniel Rosenberg <drosen@google.com>
Loading