From e0390d9cd8b4f35b09b6a9f12becfcb7b7356b94 Mon Sep 17 00:00:00 2001 From: Mike Fleetwood Date: Sat, 20 May 2017 09:15:18 +0100 Subject: [PATCH] Update comment with example LUKS_Info cache entry Reflect the change made to the data model in commit: Use BlockSpecial in LUKS_Info module cache (#767842) 7cd574cac5f7d076ebd94795f5c6f41b333fdee7 --- src/LUKS_Info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LUKS_Info.cc b/src/LUKS_Info.cc index be6f7398..45612bbb 100644 --- a/src/LUKS_Info.cc +++ b/src/LUKS_Info.cc @@ -29,7 +29,7 @@ namespace GParted // Cache of active dm-crypt mappings. // Example entry: -// {name="sdb6_crypt", major=8, minor=22, path="/dev/sdb6", offset=2097152, length=534773760} +// {name="sdb6_crypt", container=BlockSpecial{"/dev/sdb6", 8, 22}, offset=2097152, length=534773760} std::vector LUKS_Info::luks_mapping_cache; bool LUKS_Info::cache_initialised = false;