diff options
| author | NeilBrown <neilb@suse.de> | 2007-03-06 04:42:22 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-06 12:30:26 -0500 |
| commit | 5a05ed73e1abfd7e0e7d474817245861deaa18af (patch) | |
| tree | df2e9b2717719dc900be6a11db4cb33d4b237aae /include/linux/sunrpc | |
| parent | 7a37f5787e76bf1765c1add3a9a7163f841a28bb (diff) | |
[PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server code
They don't really save that much, and aren't worth the hassle.
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>
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 83b3c7b433aa..35fa4d5aadd0 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
| @@ -194,9 +194,7 @@ static inline void svc_putu32(struct kvec *iov, __be32 val) | |||
| 194 | 194 | ||
| 195 | union svc_addr_u { | 195 | union svc_addr_u { |
| 196 | struct in_addr addr; | 196 | struct in_addr addr; |
| 197 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) | ||
| 198 | struct in6_addr addr6; | 197 | struct in6_addr addr6; |
| 199 | #endif | ||
| 200 | }; | 198 | }; |
| 201 | 199 | ||
| 202 | /* | 200 | /* |
