> -----Original Message----- > From: Ilya Dryomov <idryo...@gmail.com> > Sent: 11 November 2022 15:01 > To: Or Ozeri <o...@il.ibm.com> > Cc: qemu-devel@nongnu.org; qemu-bl...@nongnu.org; Danny Harnik > <dan...@il.ibm.com> > Subject: [EXTERNAL] Re: [PATCH v1] block/rbd: Add support for layered > encryption > > I don't understand the need for this char* array. Is there a problem with > putting the blob directly into luks_all_opts->passphrase just like the size is > put into luks_all_opts->passphrase_size? >
luks_all_opts->passphrase has a const modifier.