commit | 0bcf08798eb9fc3cd0fe2e6b74b25f3f57fa8af2 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Oct 12 16:59:47 2012 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Oct 12 16:59:47 2012 +0100 |
tree | 61a17180c1ee5ee32c02137016bbbc4c421466b2 | |
parent | fe5fe90639b62a75349dd1f1c74c4a984397171c [diff] |
dm persistent data: convert to use le32_add_cpu Convert cpu_to_le32(le32_to_cpu(E1) + E2) to use le32_add_cpu(). dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Alasdair G Kergon <agk@redhat.com>