commit | 87c961cb747fa55b664b76abfcb9d44c14ae851f | [log] [tgz] |
---|---|---|
author | Tomohiro Kusumi <kusumi.tomohiro@jp.fujitsu.com> | Thu Aug 12 04:13:59 2010 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Thu Aug 12 04:13:59 2010 +0100 |
tree | 2aefac4f795bd211bb60c13c4ea401bd6a747e1b | |
parent | a9c88f2ebc1a5937915cb3b89c9f03894134f39a [diff] |
dm snapshot: persistent use define for disk header chunk size This patch fixes hard-coded value for the size of a chunk that includes disk header for persistent snapshot. It should be changed to existing macro NUM_SNAPSHOT_HDR_CHUNKS instead of using hard-coded value 1. Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@jp.fujitsu.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>