diff options
author | Vlad Yasevich <vladislav.yasevich@hp.com> | 2008-07-01 23:06:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-01 23:06:22 -0400 |
commit | ecbed6a41900126e7b9509e12a8d0cc22176e3eb (patch) | |
tree | 4ad958d028412df7049684dbbe686852a6dd792d /Documentation/feature-removal-schedule.txt | |
parent | 6dbf4bcac98bbc76ef425b3a2b4169f31199f6c7 (diff) |
sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.
Socket options SCTP_GET_PEER_ADDR_OLD, SCTP_GET_PEER_ADDR_NUM_OLD,
SCTP_GET_LOCAL_ADDR_OLD, and SCTP_GET_PEER_LOCAL_ADDR_NUM_OLD
have been replaced by newer versions a since 2005. It's time
to officially deprecate them and schedule them for removal.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 5b3f31faed56..5378511a5f9f 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -312,3 +312,15 @@ When: 2.6.26 | |||
312 | Why: Implementation became generic; users should now include | 312 | Why: Implementation became generic; users should now include |
313 | linux/semaphore.h instead. | 313 | linux/semaphore.h instead. |
314 | Who: Matthew Wilcox <willy@linux.intel.com> | 314 | Who: Matthew Wilcox <willy@linux.intel.com> |
315 | |||
316 | --------------------------- | ||
317 | |||
318 | What: SCTP_GET_PEER_ADDRS_NUM_OLD, SCTP_GET_PEER_ADDRS_OLD, | ||
319 | SCTP_GET_LOCAL_ADDRS_NUM_OLD, SCTP_GET_LOCAL_ADDRS_OLD | ||
320 | When: June 2009 | ||
321 | Why: A newer version of the options have been introduced in 2005 that | ||
322 | removes the limitions of the old API. The sctp library has been | ||
323 | converted to use these new options at the same time. Any user | ||
324 | space app that directly uses the old options should convert to using | ||
325 | the new options. | ||
326 | Who: Vlad Yasevich <vladislav.yasevich@hp.com> | ||