commit | d57d973101e87b2e30ccfa899fe36c4b2e32d217 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Jul 06 02:39:53 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jul 06 10:23:43 2007 -0700 |
tree | c08ddbb512ae9da4c26866515de8f335d7505e35 | |
parent | 0db19c412ce260a293b06b4bab66550b84411bfc [diff] |
fix logic error in ipc compat semctl() When calling a semctl(IPC_STAT) without IPC_64 the check if the memory is unevaluated. This patch fixes this. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>