Files
Linux/drivers/md/persistent-data
Huaisheng Ye 399c9bdbd6 dm thin metadata: Remove unused local variable when create thin and snap
The local variable disk details is not used during the creating of thin & snap
devices. Remove them from dm-thin-metadata, and add pointer validity check for
pointer value in btree_lookup_raw. Skip memory copy when the caller doesn't need
the value.

Signed-off-by: Huaisheng Ye <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
2020-09-29 16:33:11 -04:00
..