From: Manfred Spraul Date: Fri, 25 Jul 2008 08:48:06 +0000 (-0700) Subject: ipc/sem.c: convert sem_array.sem_pending to struct list_head X-Git-Tag: v2.6.27-rc1~313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1193f8ec091cd8fd309cc2982abe4499f6f2b4d;p=pandora-kernel.git ipc/sem.c: convert sem_array.sem_pending to struct list_head sem_array.sem_pending is a double linked list, the attached patch converts it to struct list_head. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Manfred Spraul Reviewed-by: Nadia Derbey Cc: Pierre Peiffer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed