From: Manfred Spraul Date: Thu, 23 Jun 2005 07:10:06 +0000 (-0700) Subject: [PATCH] ipcsem: remove superflous decrease variable from sys_semtimedop X-Git-Tag: v2.6.13-rc1~68^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78755abcdf1d7667c51580a3783e16e981ed926;p=pandora-kernel.git [PATCH] ipcsem: remove superflous decrease variable from sys_semtimedop Patrick noticed that the initial scan of the semaphore operations logs decrease and increase operations seperately, but then both cases are or'ed together and decrease is never used. The attached patch removes the decrease parameter - it shrinks sys_semtimedop() by 56 bytes. Signed-Of-By: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed