diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 |
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'. |
120 | Who: Harald Welte <laforge@netfilter.org> | 120 | Who: Harald Welte <laforge@netfilter.org> |
121 | |||
122 | --------------------------- | ||
123 | |||
124 | What: EXPORT_SYMBOL(lookup_hash) | ||
125 | When: January 2006 | ||
126 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. | ||
127 | Who: Christoph Hellwig <hch@lst.de> | ||