Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D490
Change Details
Change Details
Old
New
Diff
Added a simple unit test that does: l1 = telldir(d); seekdir(d, l1); l2 = telldir(d); and verifies that l1 is equivalent to l2. Note that we could dispense with the cookies entirely in the unionfs case and just use dd_loc as the seek value instead.
Added a simple unit test that does: l1 = telldir(d); seekdir(d, l1); l2 = telldir(d); and verifies that l1 is equivalent to l2. Note that we could dispense with the cookies entirely in the unionfs case and just use dd_loc as the seek value instead.
Continue