staging/lustre/osc: Fix reverted condition in osc_lock_weight
authorOleg Drokin <green@linuxhacker.ru>
Mon, 20 Jun 2016 20:55:29 +0000 (16:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Jun 2016 21:28:39 +0000 (14:28 -0700)
commitfbe0456482aa5c482342735f342483a75ada8b96
treed36b733a1670b5b28ad2fb7ac728bef3cf3fab85
parenta6307ff9aaeda8691204dc0ea30cd3680d06f6b3
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>
drivers/staging/lustre/lustre/osc/osc_lock.c
This page took 0.026581 seconds and 5 git commands to generate.