]> www.infradead.org Git - users/hch/misc.git/commit
nvmet: Remove duplicate uuid_copy
authorMike Christie <michael.christie@oracle.com>
Thu, 13 Mar 2025 05:18:02 +0000 (00:18 -0500)
committerKeith Busch <kbusch@kernel.org>
Thu, 20 Mar 2025 23:53:55 +0000 (16:53 -0700)
commit7b658153f1b8a79ed98980f2fef7b92a66aeb9cd
tree3e7c7c0f5ba8b5f44daae17c1c35ad9398a8e218
parent945e82633ecfd54015d2447a9ba05941665db2ee
nvmet: Remove duplicate uuid_copy

We do uuid_copy twice in nvmet_alloc_ctrl so this patch deletes one
of the calls.

Signed-off-by: Mike Christie <michael.christie@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/core.c