udf: move headers out include/linux/
authorChristoph Hellwig <hch@lst.de>
Fri, 22 Feb 2008 11:39:12 +0000 (12:39 +0100)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:22:23 +0000 (14:22 +0200)
commit15aebd2866b21a568d8defec134bf29f9aea9088
tree7b697a462e3ff1bedeaaa7cf9a4441ae504c7a07
parentb1e321266d8797b21eac433b11458ac65b098938
udf: move headers out include/linux/

There's really no reason to keep udf headers in include/linux as they're
not used by anything but fs/udf/.

This patch merges most of include/linux/udf_fs_i.h into fs/udf/udf_i.h,
include/linux/udf_fs_sb.h into fs/udf/udf_sb.h and
include/linux/udf_fs.h into fs/udf/udfdecl.h.

The only thing remaining in include/linux/ is a stub of udf_fs_i.h
defining the four user-visible udf ioctls.  It's also moved from
unifdef-y to headers-y because it can be included unconditionally now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
16 files changed:
fs/udf/file.c
fs/udf/ialloc.c
fs/udf/lowlevel.c
fs/udf/misc.c
fs/udf/partition.c
fs/udf/super.c
fs/udf/symlink.c
fs/udf/truncate.c
fs/udf/udf_i.h
fs/udf/udf_sb.h
fs/udf/udfdecl.h
fs/udf/unicode.c
include/linux/Kbuild
include/linux/udf_fs.h [deleted file]
include/linux/udf_fs_i.h
include/linux/udf_fs_sb.h [deleted file]