Bug0004
- Description
Incorrect stats in ViewFile
Viewfile stats view shows unexpected results when viewing an inode which has been reallocated. This is presumably because there are multiple entries with the same inode, and the report just displays the first row returned. For stuff from the inode table, we should return the 'alloc' inode if present (there should only be one of them), but which 'file' entry to display is more difficult.
Attach backtrace here.
- Logged
- 2006-11-07
- Logged By
- 203.6.114.4
- Assigned to
- Status
- Closed
Get back to the BugIndex
Mic: How about displaying all of them? I can think of cases when it could be useful to see all inodes (e.g. realloced/deleted etc).
DaveC: This doesnt happen much now because realloc entries are now dropped (they are useless anyway). It could still occur under other circumstances though.
