linux/fs/squashfs
Pekka Enberg 23516dc709 kmemtrace, squashfs: fix slab.h dependency problem in squasfs
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 <penberg@cs.helsinki.fi>
Cc: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
LKML-Reference: <1237884999.25315.41.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-04-03 12:21:34 +02:00
..
Kconfig fs/Kconfig: move squashfs out 2009-01-22 13:15:58 +03:00
Makefile Squashfs: Makefiles 2009-01-05 08:46:27 +00:00
block.c Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch 2009-03-12 03:23:48 +00:00
cache.c Squashfs: Fix oops when reading fsfuzzer corrupted filesystems 2009-03-05 00:31:12 +00:00
dir.c Squashfs: directory readdir operations 2009-01-05 08:46:23 +00:00
export.c kmemtrace, squashfs: fix slab.h dependency problem in squasfs 2009-04-03 12:21:34 +02:00
file.c Squashfs: regular file operations 2009-01-05 08:46:24 +00:00
fragment.c Squashfs: fragment block operations 2009-01-05 08:46:25 +00:00
id.c Squashfs: uid/gid lookup operations 2009-01-05 08:46:26 +00:00
inode.c Squashfs: frag_size should be signed, as it can hold an error result 2009-03-05 00:55:31 +00:00
namei.c Squashfs: directory lookup operations 2009-01-05 08:46:23 +00:00
squashfs.h Squashfs: Fix oops when reading fsfuzzer corrupted filesystems 2009-03-05 00:31:12 +00:00
squashfs_fs.h btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h> 2009-01-15 16:39:38 -08:00
squashfs_fs_i.h Squashfs: header files 2009-01-05 08:46:27 +00:00
squashfs_fs_sb.h Squashfs: header files 2009-01-05 08:46:27 +00:00
super.c Squashfs: Fix oops when reading fsfuzzer corrupted filesystems 2009-03-05 00:31:12 +00:00
symlink.c Squashfs: symlink operations 2009-01-05 08:46:24 +00:00