16 Apr, 2015

1 commit


29 May, 2011

1 commit


26 May, 2011

3 commits


21 Jan, 2010

1 commit


03 Apr, 2009

1 commit

  • Impact: cleanup

    fs/squashfs/export.c depends on slab.h without including it:

    CC fs/squashfs/export.o
    fs/squashfs/export.c: In function ‘squashfs_read_inode_lookup_table’:
    fs/squashfs/export.c:133: error: implicit declaration of function ‘kmalloc’
    fs/squashfs/export.c:133: warning: assignment makes pointer from integer without a cast
    fs/squashfs/export.c:143: error: implicit declaration of function ‘kfree’
    make[1]: *** [fs/squashfs/export.o] Error 1
    make: *** [fs/squashfs/] Error 2

    It gets included implicitly currently - but this will not be the
    case with upcoming kmemtrace changes.

    Signed-off-by: Pekka Enberg
    Cc: Eduard - Gabriel Munteanu
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Pekka Enberg
     

05 Jan, 2009

1 commit