summaryrefslogtreecommitdiff
path: root/fs/quota/quota_tree.h
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2017-11-28 05:23:33 +0300
committerDarrick J. Wong <darrick.wong@oracle.com>2017-11-28 19:57:11 +0300
commit712d361d59efa6349a9538f4fd9a49073f0e8127 (patch)
treeccf0021f560ed2c56c6d91b99f662c2792aa4445 /fs/quota/quota_tree.h
parenteda6bc27ccc852d34393739009486932f3ba70ae (diff)
downloadlinux-712d361d59efa6349a9538f4fd9a49073f0e8127.tar.xz
xfs: calculate correct offset in xfs_scrub_quota_item
It's only used for tracepoints so it's relatively harmless, but the offset is calculated incorrectly in xfs_scrub_quota_item. qi_dqperchunk is the nr. of dquots per "chunk" which we have conveniently *cough* defined to always be 1 FSB. Therefore block_offset * qi_dqperchunk == first id in that chunk, and so offset = id / qi_dqperchunk id * dqperchunk is ... meaningless. Fixes-coverity-id: 1423965 Fixes: c2fc338c ("xfs: scrub quota information") Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/quota/quota_tree.h')
0 files changed, 0 insertions, 0 deletions