Whamcloud - gitweb
libext2fs: Remove #include of <linux/types.h> from fiemap.h
authorTheodore Ts'o <tytso@mit.edu>
Mon, 31 May 2010 22:50:50 +0000 (18:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 31 May 2010 22:50:50 +0000 (18:50 -0400)
commiteffb3442419e50b6352fb13cfc8eea03bebf442e
tree4ad6a5a7230526beeb278fbbea5732dbaffb45af
parent15fdc401258ea57916831d75aecc2e87144584cf
libext2fs: Remove #include of <linux/types.h> from fiemap.h

The system header file can end up causing type conflicts, and
including kernel header files is always dodgy/dangerous (and this case
not needed).

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/fiemap.h