diff options
author | Darrick J. Wong <[email protected]> | 2019-03-10 11:41:31 -0700 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2019-03-10 11:41:31 -0700 |
commit | f51fac68926235ef5bc482eb759d2c60b86fa358 (patch) | |
tree | ced5f2bda337888b58147da16597f9f8fae2be03 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 79622c7ce6879c25ce121ee0db91c0ac4c7b137c (diff) |
xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname
Smatch complains about the following:
fs/xfs/libxfs/xfs_dir2_leaf.c:848 xfs_dir2_leaf_addname() error:
uninitialized symbol 'lowstale'.
fs/xfs/libxfs/xfs_dir2_leaf.c:849 xfs_dir2_leaf_addname() error:
uninitialized symbol 'highstale'.
I don't think there's any incorrect behavior associated with the
uninitialized variable, but as the author of the previous zero-init
patch points out, it's best not to be passing around pointers to
uninitialized stack areas.
Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Reviewed-by: Allison Henderson <[email protected]>
Reviewed-by: Bill O'Donnell <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions