commit | 023a53557ea0e987b002e9a844242ef0b0aa1eb3 | [log] [tgz] |
---|---|---|
author | Nadia Derbey <[email protected]> | Thu Oct 18 23:40:51 2007 -0700 |
committer | Linus Torvalds <[email protected]> | Fri Oct 19 11:53:44 2007 -0700 |
tree | 7f3accdd7cb1d801607bf71e56b9b99e9c7ff7ca | |
parent | 637c36634029e4e7c81112796dafc32d56355b4a [diff] |
ipc: integrate ipc_checkid() into ipc_lock() This patch introduces a new ipc_lock_check() routine interface: . each time ipc_checkid() is called, this is done after calling ipc_lock(). ipc_checkid() is now called from inside ipc_lock_check(). [[email protected]: build fix] [[email protected]: fix RCU locking] Signed-off-by: Nadia Derbey <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>