[PATCH] add list_del_head function

From: Tobias DiPasquale
Date: Sat Nov 20 2004 - 10:57:30 EST


Hi all,

I was working with some queues the other day and I noticed that there
was a list_add_tail() function in list.h, but no list_del_head()
function. This struck me as a little odd, so I went ahead and
implemented one in order to complete full queue functionality. The
patch below was generated against pristine 2.6.9 kernel.org kernel
sources and is attached to this email.

Please CC me on any replies, as I'm not subscribed to LKML. Thanks :)

Name: Add list_del_head for full queue functionality
Status: Tested
Signed-off-by: Tobias DiPasquale <codeslinger@xxxxxxxxx>

--
[ Tobias DiPasquale ]
0x636f6465736c696e67657240676d61696c2e636f6d

Attachment: list_del_head.patch
Description: Binary data