aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorJia-Ju Bai <[email protected]>2019-09-25 16:46:55 -0700
committerLinus Torvalds <[email protected]>2019-09-25 17:51:39 -0700
commitd256085be12dc3b24e7b19c357e975a37dbff509 (patch)
treea8e0eb4110e2c1c297789b33a598eb16b8dcae44 /tools/perf/scripts/python/sctop.py
parentdbbf869da3adeba4a6beae4ecc184e47a16d078d (diff)
fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()
On lines 3430-3434, bh has been assured to be non-null: cn = get_journal_hash_dev(sb, journal->j_hash_table, blocknr); if (!cn || !cn->bh) { return ret; } bh = cn->bh; Thus, the check of bh on line 3447 is unnecessary and can be removed. Thank Andrew Morton for good advice. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jia-Ju Bai <[email protected]> Reviewed-by: Jan Kara <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Hariprasad Kelam <[email protected]> Cc: Bharath Vedartham <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions