1. 31 7月, 2012 1 次提交
  2. 15 6月, 2012 1 次提交
  3. 01 6月, 2012 3 次提交
  4. 12 3月, 2012 1 次提交
    • T
      NFS: Fix a number of sparse warnings · 17280175
      Trond Myklebust 提交于
      Fix a number of "warning: symbol 'foo' was not declared. Should it be
      static?" conditions.
      
      Fix 2 cases of "warning: Using plain integer as NULL pointer"
      
      fs/nfs/delegation.c:263:31: warning: restricted fmode_t degrades to integer
        - We want to allow upgrades to a WRITE delegation, but should otherwise
          consider servers that hand out duplicate delegations to be borken.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      17280175
  5. 03 3月, 2012 1 次提交
  6. 07 2月, 2012 1 次提交
  7. 01 2月, 2012 1 次提交
  8. 20 8月, 2011 1 次提交
  9. 26 1月, 2011 1 次提交
  10. 07 1月, 2011 5 次提交
  11. 18 11月, 2010 1 次提交
  12. 02 10月, 2010 1 次提交
  13. 11 8月, 2010 1 次提交
    • R
      param: use ops in struct kernel_param, rather than get and set fns directly · 9bbb9e5a
      Rusty Russell 提交于
      This is more kernel-ish, saves some space, and also allows us to
      expand the ops without breaking all the callers who are happy for the
      new members to be NULL.
      
      The few places which defined their own param types are changed to the
      new scheme (more which crept in recently fixed in following patches).
      
      Since we're touching them anyway, we change get() and set() to take a
      const struct kernel_param (which they really are).  This causes some
      harmless warnings until we fix them (in following patches).
      
      To reduce churn, module_param_call creates the ops struct so the callers
      don't have to change (and casts the functions to reduce warnings).
      The modern version which takes an ops struct is called module_param_cb.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Reviewed-by: NTakashi Iwai <tiwai@suse.de>
      Tested-by: NPhil Carmody <ext-phil.2.carmody@nokia.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Ville Syrjala <syrjala@sci.fi>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Alessandro Rubini <rubini@ipvvis.unipv.it>
      Cc: Michal Januszewski <spock@gentoo.org>
      Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
      Cc: "J. Bruce Fields" <bfields@fieldses.org>
      Cc: Neil Brown <neilb@suse.de>
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-input@vger.kernel.org
      Cc: linux-fbdev-devel@lists.sourceforge.net
      Cc: linux-nfs@vger.kernel.org
      Cc: netdev@vger.kernel.org
      9bbb9e5a
  14. 27 1月, 2010 1 次提交
  15. 06 12月, 2009 1 次提交
  16. 04 12月, 2009 1 次提交
  17. 10 8月, 2009 1 次提交
  18. 18 6月, 2009 5 次提交
  19. 29 3月, 2009 4 次提交
  20. 24 12月, 2008 1 次提交
  21. 18 10月, 2008 1 次提交
  22. 30 9月, 2008 1 次提交
  23. 10 7月, 2008 2 次提交
  24. 17 5月, 2008 1 次提交
  25. 24 4月, 2008 2 次提交