From: Manfred Spraul Date: Fri, 6 Jun 2014 21:37:49 +0000 (-0700) Subject: ipc/sem.c: change perform_atomic_semop parameters X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~4^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d198cd6d6d02d0a335af2deacb60816ebb4719d1;p=pandora-kernel.git ipc/sem.c: change perform_atomic_semop parameters Right now, perform_atomic_semop gets the content of sem_queue as individual fields. Changes that, instead pass a pointer to sem_queue. This is a preparation for the next patch: it uses sem_queue to store the reason why a task must sleep. Signed-off-by: Manfred Spraul Cc: Davidlohr Bueso Cc: Michael Kerrisk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed