Chapter 11. File Systems
Errata
Total entries: 2
11.1459.14:17
| Location | Page 1459, The last code statement on the page. |
|---|---|
| Reporter | Robert Minsk, on January 8, 2008. |
In the call to initWithCapacity(), the size being requested must include DATA_QUEUE_ENTRY_HEADER_SIZE for each event. That it, it should read:
| |
11.1467.20:53
| Location | Page 1467, The 10th non-blank line of code from the bottom of the page. |
|---|---|
| Reporter | Robert Minsk, on December 21, 2007. |
Instead of "vdata.vtype & VDIR", the line should have "vdata.v_type == VDIR". That is, it should read:
| |