Re: [PATCH 1/2] [mmotm v2] Add notifiers for various swap events

From: Pekka Enberg
Date: Thu Dec 31 2009 - 04:04:21 EST


Nitin Gupta wrote:
Events:
- Swapon
- Swapoff
- When a swap slot is freed

This is required for ramzswap module which implements RAM based block
devices to be used as swap disks. These devices require a notification
on these events to function properly.

Currently, I'm not sure if any of these event notifiers have any other
users. However, adding ramzswap specific hooks instead of this generic
approach resulted in a bad/hacky code with too many 'ifdef CONFIG_RAMZSWAP'
spread all over the core kernel code.

For SWAP_EVENT_SLOT_FREE, callbacks are made under swap_lock. Currently, this
is not a problem since ramzswap is the only user and the callback it registers
can be safely made under this lock. However, if this event finds more users,
we might have to work on reducing contention on this lock (per-swap lock?).

v2: added comment before swap slot free notifier call to clarify that
ramzswap is currently the only user of this notifier.

Signed-off-by: Nitin Gupta <ngupta@xxxxxxxxxx>

Andi didn't seem to like this one and we're still waiting for Hugh to comment on the issue. But, FWIW,

Acked-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>

Pekka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/