commit | 97abfde17ae011525755f50242ed447ecebdbab5 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Mon Apr 29 14:57:17 2019 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Tue May 07 16:05:08 2019 -0400 |
tree | cf9c961a41b4e4c8041185b143e4ca9a4cf7900d | |
parent | 30bba430ddf737978e40561198693ba91386dac1 [diff] |
dm integrity: don't check null pointer before kvfree and vfree The functions kfree, vfree and kvfree do nothing if we pass a NULL pointer to them. So we don't need to test the pointer for NULL. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>