Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/linux/sunrpc
Ralf Baechle 7b8f850beb [PATCH] Fix build errors if bitop functions are do {} while macros
If one of clear_bit, change_bit or set_bit is defined as a do { } while (0)
function usage of these functions in parenthesis like

  (foo_bit(23, &var))

while be expaned to something like

  (do { ... } while (0)}).

resulting in a build error.  This patch removes the useless parenthesis.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-20 17:10:12 -08:00
..
auth.h
auth_gss.h
cache.h
clnt.h NFS: disconnect before retrying NFSv4 requests over TCP 2007-02-12 22:40:45 -08:00
debug.h [PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongs 2007-02-14 08:09:55 -08:00
gss_api.h
gss_asn1.h
gss_err.h
gss_krb5.h
gss_spkm3.h
Kbuild
metrics.h
msg_prot.h
rpc_pipe_fs.h
sched.h [PATCH] Fix build errors if bitop functions are do {} while macros 2007-02-20 17:10:12 -08:00
stats.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
svc.h [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path 2007-02-12 09:48:36 -08:00
svcauth.h
svcauth_gss.h
svcsock.h [PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sock 2007-02-12 09:48:35 -08:00
timer.h
types.h
xdr.h
xprt.h