summaryrefslogtreecommitdiff
path: root/.get_maintainer.ignore
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-06-23 14:27:23 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-06-26 13:01:57 -0700
commitcfda09de94739559a7bea8225e643a83684edbec (patch)
tree90e7f6c4c1e2add8ad036d0a203904060b8e07ca /.get_maintainer.ignore
parenta21442434834072ae12b9f9699af780893b11031 (diff)
xfs: online scrub needn't bother zeroing its temporary bufferattr-scrub-fixes_2019-06-26
The xattr scrubber functions use the temporary memory buffer either for storing bitmaps or for testing if attribute value extraction works. The bitmap code always zeroes what it needs and the value extraction merely sets the buffer contents (we never read the contents, we just look for return codes), so it's not necessary to waste CPU time zeroing on allocation. A flame graph analysis showed that we were spending 7% of a xfs_scrub run (the whole program, not just the attr scrubber itself) allocating and zeroing 64k segments needlessly. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions