lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 4 Mar 2007 12:33:10 -0500
From:	Gerald Britton <gbritton@...mcom.org>
To:	Con Kolivas <kernel@...ivas.org>
Cc:	linux kernel mailing list <linux-kernel@...r.kernel.org>,
	ck list <ck@....kolivas.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: Re: [PATCH] [RSDL 1/6] lists: add list splice tail

On Sun, Mar 04, 2007 at 06:02:13PM +1100, Con Kolivas wrote:
> Add a list_splice_tail variant of list_splice.
> 
> Patch-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> Signed-off-by: Con Kolivas <kernel@...ivas.org>
...
> @@ -360,6 +386,22 @@ static inline void list_splice_init(stru
>  }
>  
>  /**
> + * list_splice_init - join two lists at one's tail and reinitialise emptied

You should update the comment to match the function.

				-- Gerald

> + * @list: the new list to add.
> + * @head: the place to add it in the first list.
> + *
> + * The list at @list is reinitialised
> + */
> +static inline void list_splice_tail_init(struct list_head *list,
> +					 struct list_head *head)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ