1. 24 3月, 2012 18 次提交
  2. 22 3月, 2012 8 次提交
  3. 21 3月, 2012 2 次提交
  4. 20 3月, 2012 1 次提交
  5. 19 3月, 2012 1 次提交
  6. 07 3月, 2012 2 次提交
  7. 27 2月, 2012 2 次提交
  8. 08 2月, 2012 3 次提交
  9. 03 2月, 2012 1 次提交
  10. 01 2月, 2012 1 次提交
  11. 31 1月, 2012 1 次提交
    • R
      cifs: fix printk format warnings · 000f9bb8
      Randy Dunlap 提交于
      Fix printk format warnings for ssize_t variables:
      
      fs/cifs/connect.c:2145:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'
      fs/cifs/connect.c:2152:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'
      fs/cifs/connect.c:2160:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'
      fs/cifs/connect.c:2170:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Acked-by: NJeff Layton <jlayton@redhat.com>
      Cc:	linux-cifs@vger.kernel.org
      000f9bb8