commit | 18cc980ac8cf8c727d1f7d581b4576ed64bd78a6 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Wed Mar 18 18:59:02 2015 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Wed Apr 15 12:10:20 2015 -0400 |
tree | 82e8b0bf26e893fca24d249aeebffbc2521f8425 | |
parent | c32a512fdf62de260ee8298436558ea50b94dfcb [diff] |
dm log userspace base: fix compile warning This fixes up a compile warning [-Wunused-but-set-variable] - given the comment in userspace_set_region_sync() the non-reporting of errors is intentional so the return value can be dropped to make gcc happy. Also, fix typo in comment. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Mike Snitzer <snitzer@redhat.com>