mm\swapfile.c
static
inline
void
unlock_cluster(
struct
swap_cluster_info *ci)
{
if
(ci)
spin_unlock(&ci->lock);
}