diff options
| author | Oleg Drokin <green@linuxhacker.ru> | 2016-06-20 16:55:29 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-20 14:28:39 -0700 |
| commit | fbe0456482aa5c482342735f342483a75ada8b96 (patch) | |
| tree | d36b733a1670b5b28ad2fb7ac728bef3cf3fab85 /tools/perf/scripts/python | |
| parent | staging/lustre/osc: osc_lock_weight endless loop fix (diff) | |
| download | linux-fbe0456482aa5c482342735f342483a75ada8b96.tar.gz linux-fbe0456482aa5c482342735f342483a75ada8b96.zip | |
staging/lustre/osc: Fix reverted condition in osc_lock_weight
When imprting clio simplification patch, the check for
pbject got reversed by mistake when converting from
if (obj == NULL) it somehow became (if (obj) which is obviously wrong,
and so when it does hit, a crash was happening as result.
Fix the condition and all if fine now.
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
