1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/label
Alasdair G Kergon dcb2a5a611 device: Remove some data copying between buffers.
Callers that read larger amounts of data now get a pointer to read-only
data directly without copying it through an intermediate buffer.  This
data is owned by the device layer so the callers no longer free it.
2018-01-10 15:48:03 +00:00
..
label.c device: Remove some data copying between buffers. 2018-01-10 15:48:03 +00:00
label.h label: Add label_read callback. 2018-01-08 23:30:50 +00:00