]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect-image: explain one more error
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Oct 2025 11:32:39 +0000 (13:32 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Oct 2025 13:02:22 +0000 (22:02 +0900)
src/shared/dissect-image.c

index f5f3c8dfe8214e5118c41988b81b6fda77a34480..2166af2e7e99688125aa9d13aa54f9f43e1aac1f 100644 (file)
@@ -3139,6 +3139,7 @@ int dissected_image_decrypt(
          *      -EDESTADDRREQ → dm-verity: there's something to setup but no signature was supplied
          *      -EBUSY        → dm-verity: Generic Verity error (kernel is not very explanatory)
          *      -ERFKILL      → image policy not compatible with request
+         *      -EEXIST       → DM device already exists under the specified name
          */
 
         if (verity && verity->root_hash && verity->root_hash_size < sizeof(sd_id128_t))