
PROBLEM: (BCGM71Z77) (PATCH ID: OSF445-122)
********
This patch fixes a bug where quotacheck -v <filesystem> will report that it
has fixed some quotas. If you keep running the command, it will keep reporting
the exact same fixes. For example:
# quotacheck -v /disk26
*** Checking user and group quotas for BCGM71Z7#disk26 (/disk26)
system   fixed: inodes 2 -> 5   blocks 16 -> 32896
         fixed: inodes 3 -> 0   blocks 32880 -> 0
# quotacheck -v /disk26
*** Checking user and group quotas for BCGM71Z7#disk26 (/disk26)
system   fixed: inodes 2 -> 5   blocks 16 -> 32896
         fixed: inodes 3 -> 0   blocks 32880 -> 0
# quotacheck -v /disk26
*** Checking user and group quotas for BCGM71Z7#disk26 (/disk26)
system   fixed: inodes 2 -> 5   blocks 16 -> 32896
         fixed: inodes 3 -> 0   blocks 32880 -> 0



