home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0067 < prev    next >
Encoding:
Text File  |  1982-02-02  |  510 b   |  12 lines

  1. Autzoo.1328
  2. net.bugs.v7
  3. utcsrgv!utzoo!henry
  4. Tue Feb  2 21:48:47 1982
  5. i_count too small
  6. The i_count field of the in-core inode structure is a char.  This is not
  7. necessarily enough on a big system where counts can get large.  Damage
  8. potential is considerable.  It is difficult to do anything intelligent
  9. about this except enlarge the field to a short (or maybe int);  putting
  10. a ceiling on the count just postpones the problem, as was described a
  11. while ago in net.bugs.2bsd.  I haven't tried the enlargement yet.
  12.