31 Dec, 2008

1 commit

  • 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: Artem Bityutskiy

    Artem Bityutskiy
     

04 Dec, 2008

1 commit

  • This patch fixes the following section mismatch:

    WARNING: fs/ubifs/ubifs.o(.init.text+0xec): Section mismatch in reference from the function init_module() to the function .exit.text:ubifs_compressors_exit()

    Signed-off-by: Artem Bityutskiy

    Alexey Dobriyan
     

03 Dec, 2008

2 commits


19 Oct, 2008

1 commit


15 Jul, 2008

1 commit