commit | 382f4581e67f57209c7aa67e39f26ba076306a2e | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Tue Apr 25 15:37:59 2017 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Wed Apr 26 14:33:00 2017 -0400 |
tree | 9c67a6908a2a25df062e3860220ba9028cd57c86 | |
parent | 17930b252cd6f31163c259eaa99dd8aa630fb9ba [diff] |
orangefs: rewrite readdir to fix several bugs 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 <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>