knfsd: rename sk_defer_lock to sk_lock
authorNeilBrown <neilb@suse.de>
Wed, 9 May 2007 09:34:48 +0000 (02:34 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:54 +0000 (12:30 -0700)
commit7ac1bea5507218da03f6005d228789da5a831c3f
tree43c0a68d468352f8ca1f42ada7970e3a97411f5b
parentf34b95689d2ce001c157b1604289ff240b4bdee0
knfsd: rename sk_defer_lock to sk_lock

Now that sk_defer_lock protects two different things, make the name more
generic.

Also don't bother with disabling _bh as the lock is only ever taken from
process context.

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