Skip to content
  1. Jan 25, 2008
  2. Dec 23, 2007
  3. Dec 18, 2007
  4. Dec 17, 2007
  5. Nov 30, 2007
  6. Nov 29, 2007
  7. Nov 28, 2007
  8. Nov 23, 2007
  9. Nov 15, 2007
  10. Nov 08, 2007
  11. Nov 05, 2007
  12. Oct 31, 2007
  13. Oct 25, 2007
    • Jeff Garzik's avatar
      Permit silencing of __deprecated warnings. · de488443
      Jeff Garzik authored
      
      
      The __deprecated marker is quite useful in highlighting the remnants of
      old APIs that want removing.
      
      However, it is quite normal for one or more years to pass, before the
      (usually ancient, bitrotten) code in question is either updated or
      deleted.
      
      Thus, like __must_check, add a Kconfig option that permits the silencing
      of this compiler warning.
      
      This change mimics the ifdef-ery and Kconfig defaults of MUST_CHECK as
      closely as possible.
      
      Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      de488443
Loading