OSDN Git Service

migration: Pass migrate_caps_check() the old and new caps
authorJuan Quintela <quintela@redhat.com>
Wed, 1 Mar 2023 19:28:56 +0000 (20:28 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 24 Apr 2023 09:29:02 +0000 (11:29 +0200)
commitb02c7fc9ef447787414e6fa67eff75e7b7b30180
tree4efcc1b56ba1b230f957ca4a8e3e54ed0d5199aa
parent0cec2056ff67557c18d7b8ab1b70ab47c9e31f2f
migration: Pass migrate_caps_check() the old and new caps

We used to pass the old capabilities array and the new
capabilities as a list.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
migration/migration.c