diff options
author | Manfred Spraul <manfred@colorfullife.com> | 2009-12-15 16:47:33 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 07:20:10 -0800 |
commit | 636c6be823870d829b37fc96655bb8820a6a9be9 (patch) | |
tree | dc17d73ae77e6921ca7c88e6b019fe3d72bb9790 /fs/gfs2/acl.c | |
parent | b97e820ffffbf49e94ed60c9c26f1a54bccae924 (diff) | |
download | linux-3.10-636c6be823870d829b37fc96655bb8820a6a9be9.tar.gz linux-3.10-636c6be823870d829b37fc96655bb8820a6a9be9.tar.bz2 linux-3.10-636c6be823870d829b37fc96655bb8820a6a9be9.zip |
ipc/sem.c: optimize single semop operations
sysv sem has the concept of semaphore arrays that consist out of multiple
semaphores. Atomic operations that affect multiple semaphores are
supported.
The patch optimizes single semaphore operation calls that affect only one
semaphore: It's not necessary to scan all pending operations, it is
sufficient to scan the per-semaphore list.
The idea is from Nick Piggin version of an ipc sem improvement, the
implementation is different: The code tries to keep as much common code as
possible.
As the result, the patch is simpler, but optimizes fewer cases.
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Cc: Nick Piggin <npiggin@suse.de>
Cc: Pierre Peiffer <peifferp@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/gfs2/acl.c')
0 files changed, 0 insertions, 0 deletions