commit | 2e2a7cd96f5a076db4d4a4bd564652d37dd034c2 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Mon Oct 19 15:42:18 2015 +1100 |
committer | NeilBrown <neilb@suse.com> | Sat Oct 24 17:16:18 2015 +1100 |
tree | f5e5bd491fbce182a05de75d29c5a204ec02f8b2 | |
parent | 823815238f5e2bfd3783602ca9c50da9fe41c778 [diff] |
md-cluster: don't cast void pointers when assigning them. It is common practice in the kernel to leave out this case. It isn't needed and adds little if any value. Signed-off-by: NeilBrown <neilb@suse.com>