All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove unused field from struct ip_nat_info
@ 2003-05-31 22:56 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2003-05-31 22:56 UTC (permalink / raw)
  To: Harald Welte; +Cc: Netfilter Development Mailinglist

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Hi Harald,
i couldn't find any reference of 'mtype' field in ip_nat_info.
This patch removes it.

Best regards,
Patrick


[-- Attachment #2: ip_nat-unused-field.diff --]
[-- Type: text/plain, Size: 1102 bytes --]

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1248  -> 1.1249 
#	include/linux/netfilter_ipv4/ip_nat.h	1.4     -> 1.5    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/06/01	kaber@trash.net	1.1249
# [NETFILTER] remove unused field from struct ip_nat_info
# --------------------------------------------
#
diff -Nru a/include/linux/netfilter_ipv4/ip_nat.h b/include/linux/netfilter_ipv4/ip_nat.h
--- a/include/linux/netfilter_ipv4/ip_nat.h	Sun Jun  1 00:53:12 2003
+++ b/include/linux/netfilter_ipv4/ip_nat.h	Sun Jun  1 00:53:12 2003
@@ -105,9 +105,6 @@
 	/* Manipulations to be done on this conntrack. */
 	struct ip_nat_info_manip manips[IP_NAT_MAX_MANIPS];
 
-	/* The mapping type which created us (NULL for null mapping). */
-	const struct ip_nat_mapping_type *mtype;
-
 	struct ip_nat_hash bysource, byipsproto;
 
 	/* Helper (NULL if none). */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-31 22:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-31 22:56 [PATCH] remove unused field from struct ip_nat_info Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.