summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/physical-zone.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/physical-zone.c')
-rw-r--r--drivers/md/dm-vdo/physical-zone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/physical-zone.c b/drivers/md/dm-vdo/physical-zone.c
index 2fee3a7c1191..a43b5c45fab7 100644
--- a/drivers/md/dm-vdo/physical-zone.c
+++ b/drivers/md/dm-vdo/physical-zone.c
@@ -517,7 +517,7 @@ static int allocate_and_lock_block(struct allocation *allocation)
* @waiter: The allocating_vio that was waiting to allocate.
* @context: The context (unused).
*/
-static void retry_allocation(struct vdo_waiter *waiter, void *context __always_unused)
+static void retry_allocation(struct vdo_waiter *waiter, void __always_unused *context)
{
struct data_vio *data_vio = vdo_waiter_as_data_vio(waiter);