linux/fs/lockd
Rusty Russell 90ab5ee941 module_param: make bool parameters really bool (drivers & misc)
module_param(bool) used to counter-intuitively take an int.  In
fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
trick.

It's time to remove the int/unsigned int option.  For this version
it'll simply give a warning, but it'll break next kernel version.

Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-01-13 09:32:20 +10:30
..
Makefile
clnt4xdr.c
clntlock.c
clntproc.c lockd: properly convert be32 values in debug messages 2011-07-12 13:40:26 -04:00
clntxdr.c
grace.c
host.c SUNRPC: Replace svc_addr_u by sockaddr_storage 2011-09-14 08:21:48 -04:00
mon.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
svc.c sunrpc: use better NUMA affinities 2011-08-19 13:25:36 -04:00
svc4proc.c
svclock.c locks: rename lock-manager ops 2011-07-20 20:23:19 -04:00
svcproc.c
svcshare.c
svcsubs.c vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb 2012-01-06 23:16:53 -05:00
xdr.c
xdr4.c