diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2019-03-22 15:19:16 +0100 |
|---|---|---|
| committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2019-03-22 09:38:37 -0500 |
| commit | a5fdd713d256887b5f012608701149fa939e5645 (patch) | |
| tree | f5b63f33fa5f4ecea1a93c7014f6c78c90474c95 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | fs/jfs: Switch to use new generic UUID API (diff) | |
| download | linux-a5fdd713d256887b5f012608701149fa939e5645.tar.gz linux-a5fdd713d256887b5f012608701149fa939e5645.zip | |
jfs: fix bogus variable self-initialization
A statement was originally added in 2006 to shut up a gcc warning,
now but now clang warns about it:
fs/jfs/jfs_txnmgr.c:1932:15: error: variable 'pxd' is uninitialized when used within its own initialization
[-Werror,-Wuninitialized]
pxd_t pxd = pxd; /* truncated extent of xad */
~~~ ^~~
Modern versions of gcc are fine without the silly assignment, so just
drop it. Tested with gcc-4.6 (released 2011), 4.7, 4.8, and 4.9.
Fixes: c9e3ad6021e5 ("JFS: Get rid of "may be used uninitialized" warnings")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
