Skip to content

Commit

Permalink
orangefs: rewrite readdir to fix several bugs
Browse files Browse the repository at this point in the history
In the past, readdir assumed that the user buffer will be large enough
that all entries from the server will fit.  If this was not true,
entries would be skipped.

Since it works now, request 512 entries rather than 96 per server
operation.

Signed-off-by: Martin Brandenburg <[email protected]>
Signed-off-by: Mike Marshall <[email protected]>
  • Loading branch information
Martin Brandenburg authored and hubcapsc committed Apr 26, 2017
1 parent 17930b2 commit 382f458
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 354 deletions.
Loading

0 comments on commit 382f458

Please sign in to comment.