kernel-ark/lib
James Bottomley d856f1e337 [PATCH] klist: fix klist to have the same klist_add semantics as list_head
at the moment, the list_head semantics are

list_add(node, head)

whereas current klist semantics are

klist_add(head, node)

This is bound to cause confusion, and since klist is the newcomer, it
should follow the list_head semantics.

I also added missing include guards to klist.h

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-09-05 16:03:13 -07:00
..
reed_solomon
zlib_deflate
zlib_inflate
bitmap.c
bust_spinlocks.c
cmdline.c
crc32.c
crc32defs.h
crc-ccitt.c
ctype.c
dec_and_lock.c
div64.c
dump_stack.c
errno.c
extable.c
find_next_bit.c
gen_crc32table.c
genalloc.c
halfmd4.c
idr.c
inflate.c
int_sqrt.c
iomap.c
Kconfig [LIB]: Make TEXTSEARCH_BM plain tristate like the others 2005-08-29 16:11:11 -07:00
Kconfig.debug
kernel_lock.c
klist.c [PATCH] klist: fix klist to have the same klist_add semantics as list_head 2005-09-05 16:03:13 -07:00
kobject_uevent.c [NETLINK]: Add "groups" argument to netlink_kernel_create 2005-08-29 16:01:11 -07:00
kobject.c
kref.c
libcrc32c.c
Makefile [PATCH] unify x86/x86-64 semaphore code 2005-09-05 00:06:14 -07:00
parser.c
prio_tree.c
radix-tree.c
rbtree.c
rwsem-spinlock.c
rwsem.c
semaphore-sleepers.c [PATCH] unify x86/x86-64 semaphore code 2005-09-05 00:06:14 -07:00
sha1.c
smp_processor_id.c
sort.c
string.c
textsearch.c
ts_bm.c [LIB]: Boyer-Moore extension for textsearch infrastructure strike #2 2005-08-29 16:11:06 -07:00
ts_fsm.c
ts_kmp.c
vsprintf.c