Changes between Initial Version and Version 1 of Ticket #16811, comment 3
- Timestamp:
- Feb 23, 2021, 7:29:35 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16811, comment 3
initial v1 2 2 > DiskUsage probably should not scan packagefs directories at all because it will produce false disc usage numbers. Only package files takes disk space. 3 3 4 I already implemented the filtering in DiskUsage. It still browse the packaged directory because it needs to access non-packaged, settings, and other shine-through directories. But f ir each file it checks the device it is stored on (from the dev_t in entry_ref), and ignores the ones that are in another device than the one being scanned.4 I already implemented the filtering in DiskUsage. It still browse the packaged directory because it needs to access non-packaged, settings, and other shine-through directories. But for each file it checks the device it is stored on (from the dev_t in entry_ref), and ignores the ones that are in another device than the one being scanned. 5 5 6 6 https://git.haiku-os.org/haiku/commit/src/apps/diskusage?id=af960311c029f40bf5fbb7ced8db7fbf919d6880