Ticket #2337 (closed defect: fixed)
Check for inode count instead of block count
Reported by: | swegener | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.7.4 |
Component: | mc-core | Version: | 4.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master committed-stable |
Description
The division by zero prevention check in the inode count statistic is wrong, see attached patch.
Attachments
Change History
Changed 14 years ago by swegener
- Attachment inode-count-block-count.patch added
comment:1 Changed 14 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Blocked By 2316 added
- Milestone changed from 4.7 to 4.7.4
Thanks!
Applied in #2316.
Note: See
TracTickets for help on using
tickets.
This correctly prevents division by zero.