1. 31 12月, 2008 1 次提交
    • A
      UBIFS: fix sparse warnings · 6a4a9b43
      Artem Bityutskiy 提交于
      fs/ubifs/compress.c:111:8: warning: incorrect type in argument 5 (different signedness)
      fs/ubifs/compress.c:111:8:    expected unsigned int *dlen
      fs/ubifs/compress.c:111:8:    got int *out_len
      fs/ubifs/compress.c:175:10: warning: incorrect type in argument 5 (different signedness)
      fs/ubifs/compress.c:175:10:    expected unsigned int *dlen
      fs/ubifs/compress.c:175:10:    got int *out_len
      
      Fix this by adding a cast to (unsigned int *). We guarantee that
      our lengths are small and no overflow is possible.
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      6a4a9b43
  2. 04 12月, 2008 1 次提交
  3. 03 12月, 2008 2 次提交
  4. 19 10月, 2008 1 次提交
  5. 15 7月, 2008 1 次提交