diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-07-25 14:59:50 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-25 14:59:50 +0200 |
commit | cdf18948639e56d2e3c71606c72e2f2d239c100b (patch) | |
tree | 156a00e8c63b093928b611c17cfd1dfbfaf96353 /extras/volume_id/lib/highpoint.c | |
parent | b437ec958a505c057870c40bf668d8692d60dc3a (diff) |
libvolume_id: add parameter 'size' to all probe functions
Diffstat (limited to 'extras/volume_id/lib/highpoint.c')
-rw-r--r-- | extras/volume_id/lib/highpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/highpoint.c b/extras/volume_id/lib/highpoint.c index e441edb776..f2c4069cc6 100644 --- a/extras/volume_id/lib/highpoint.c +++ b/extras/volume_id/lib/highpoint.c @@ -43,7 +43,7 @@ struct hpt45x_meta { #define HPT45X_MAGIC_BAD 0x5a7816fd -int volume_id_probe_highpoint_37x_raid(struct volume_id *id, uint64_t off) +int volume_id_probe_highpoint_37x_raid(struct volume_id *id, uint64_t off, uint64_t size) { const uint8_t *buf; struct hpt37x_meta *hpt; |