commit | eeaa3d448c5d35ad0dc16a981aacd64139c53eee | [log] [tgz] |
---|---|---|
author | Mike Marshall <hubcap@omnibond.com> | Wed Jul 29 13:36:37 2015 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Sat Oct 03 11:40:03 2015 -0400 |
tree | 113bc05b053812e48a281bfb015b25958fa697e6 | |
parent | 84d02150dea7571dc32176e35d65eecde82631a9 [diff] |
Orangefs: address problems found by static checker Don't check for negative rc from boolean. Don't pointlessly initialize variables, it short-circuits gcc's uninitialized variable warnings. And max_new_nr_segs can never be zero, so don't check for it. Preserve original kstrdup pointer for freeing later. Don't check for negative value in unsigned variable. Signed-off-by: Mike Marshall <hubcap@omnibond.com>