aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 910cc9998731..66e4ca28fc0a 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -118,3 +118,10 @@ Why: This interface has been obsoleted by the new layer3-independent
118 to link against API-compatible library on top of libnfnetlink_queue 118 to link against API-compatible library on top of libnfnetlink_queue
119 instead of the current 'libipq'. 119 instead of the current 'libipq'.
120Who: Harald Welte <laforge@netfilter.org> 120Who: Harald Welte <laforge@netfilter.org>
121
122---------------------------
123
124What: EXPORT_SYMBOL(lookup_hash)
125When: January 2006
126Why: Too low-level interface. Use lookup_one_len or lookup_create instead.
127Who: Christoph Hellwig <hch@lst.de>