1. 25 1月, 2008 25 次提交
  2. 24 12月, 2007 1 次提交
  3. 18 12月, 2007 2 次提交
  4. 30 11月, 2007 2 次提交
  5. 29 11月, 2007 1 次提交
  6. 23 11月, 2007 1 次提交
  7. 15 11月, 2007 1 次提交
  8. 08 11月, 2007 1 次提交
  9. 06 11月, 2007 1 次提交
  10. 31 10月, 2007 1 次提交
  11. 26 10月, 2007 1 次提交
    • J
      Permit silencing of __deprecated warnings. · de488443
      Jeff Garzik 提交于
      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: NJeff Garzik <jgarzik@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      de488443
  12. 23 10月, 2007 2 次提交
  13. 21 10月, 2007 1 次提交