diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-02-21 11:34:48 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-25 22:11:01 -0800 |
commit | 020ecc6f3229d0413e596a941b52263285c601f6 (patch) | |
tree | 68c1f13719d6d5dcadb44016e88e5167223bfa0a /scripts/decode_stacktrace.sh | |
parent | b1752e864f2c2034fe0a7f9fe5f35f8eed06da20 (diff) | |
download | linux-020ecc6f3229d0413e596a941b52263285c601f6.tar.bz2 |
staging: lustre: llite: Remove IS_ERR tests
ll_iget() has been modified to always return NULL in case of error and
not a ERR_PTR.
Consequently, remove unnecessary IS_ERR tests as now ll_iget()
function can never return a ERR_PTR.
Additionally, reinitialising root and inode to NULL has been removed
since they have already been tested for the same.
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions