Re: [PATCH 3/4] cpuset: Fix unchecked calls to NODEMASK_ALLOC()

From: Li Zefan
Date: Mon Feb 21 2011 - 00:29:11 EST


> +/*
> + * Calling cpuset_static_nodemask() should be paired with this function,
> + * so we insure the global nodemask won't be used by more than one user
> + * at the one time.
> + */
> +static void cpuset_release_static_nodemask(void)
> +{
> + WARN_ON(!cgroup_lock_is_held());
> +
> + cpuset_mems_ref--;
> + WARN_ON(!cpuset_mems_ref);

WARN_ON(cpuset_mems_ref);

> +}
--
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/