commit | 8729bdea829ebecfbc9601ba792e35f63331f63e | [log] [tgz] |
---|---|---|
author | Johannes Thumshirn <jthumshirn@suse.de> | Thu Jun 23 11:52:04 2016 +0200 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Jul 06 10:34:42 2016 -0700 |
tree | 26c124d21e99b7bc0593cd3cbd759df665fcc173 | |
parent | ee8520fe8cd4cd2658ca555781eefeb4914c4ef9 [diff] |
libnvdimm: initialize struct blk_integrity with 0 Initialize struct blk_integrity with 0 as blk_integrity_register() takes the then unitialized struct blk_integrity::flags and ORs it to the resulting block integrity structure. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>