mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 11:28:28 +00:00
41d7db0ab4
This patch removes the completion (which is rather large) from struct gdlm_lock in favour of using the wait_on_bit() functions. We don't need to add any extra fields to the structure to do this, so we save 32 bytes (on x86_64) per structure. This adds up to quite a lot when we may potentially have millions of these lock structures, Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Acked-by: David Teigland <teigland@redhat.com> |
||
---|---|---|
.. | ||
lock_dlm.h | ||
lock.c | ||
main.c | ||
Makefile | ||
mount.c | ||
plock.c | ||
sysfs.c | ||
thread.c |