]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] knfsd: Create cache_lookup function instead of using a macro to declare one
authorNeilBrown <neilb@suse.de>
Mon, 27 Mar 2006 09:15:02 +0000 (01:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:41 +0000 (08:44 -0800)
commit15a5f6bd23eddd5b3be80366f364be04fb1c1c99
treee3c4fa8eb9e8b21ebca33370b7a93eab11662a5d
parent7d317f2c9f1e9dcf4f632fa98f91d1d4a36c4cae
[PATCH] knfsd: Create cache_lookup function instead of using a macro to declare one

The C++-like 'template' approach proves to be too ugly and hard to work with.

The old 'template' won't go away until all users are updated.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/sunrpc/cache.h
net/sunrpc/cache.c