Opened 12 years ago
Closed 12 years ago
#60 closed defect (fixed)
rewinddir() doesn't always work
| Reported by: | john | Owned by: | john |
|---|---|---|---|
| Priority: | major | Component: | userland |
| Version: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Parent Tickets: | ||
| P4 Branch: | //depot/p4/user/jhb/rewinddir | GIT Branch: | |
| FreeBSD PR: | Due Date: |
Description
rewinddir() after fdopendir() doesn't force a seek back to zero. rewinddir() also doesn't re-read the cached directory in the unionfs case.
Change History (3)
comment:1 Changed 12 years ago by john
- Status changed from new to infoneeded_new
comment:2 Changed 12 years ago by john
- Status changed from infoneeded_new to new
Fixes committed and merged to 10.
comment:3 Changed 12 years ago by john
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Have a tested patch (even tested with unionfs) that I've sent to jilles@ for review.