ext4: move headers out of include/linux
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Apr 2008 22:13:32 +0000 (18:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Apr 2008 22:13:32 +0000 (18:13 -0400)
commit3dcf54515aa4981a647ad74859199032965193a5
treeb95d895bb2f6fa15be29411b15d538c21b0de930
parent216553c4b7f3e3e2beb4981cddca9b2027523928
ext4: move headers out of include/linux

Move ext4 headers out of include/linux.  This is just the trivial move,
there's some more thing that could be done later.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
32 files changed:
fs/ext4/acl.c
fs/ext4/balloc.c
fs/ext4/bitmap.c
fs/ext4/dir.c
fs/ext4/ext4.h [new file with mode: 0644]
fs/ext4/ext4_extents.h [new file with mode: 0644]
fs/ext4/ext4_i.h [new file with mode: 0644]
fs/ext4/ext4_jbd2.c
fs/ext4/ext4_jbd2.h [new file with mode: 0644]
fs/ext4/ext4_sb.h [new file with mode: 0644]
fs/ext4/extents.c
fs/ext4/file.c
fs/ext4/fsync.c
fs/ext4/hash.c
fs/ext4/ialloc.c
fs/ext4/inode.c
fs/ext4/ioctl.c
fs/ext4/mballoc.c
fs/ext4/migrate.c
fs/ext4/namei.c
fs/ext4/resize.c
fs/ext4/super.c
fs/ext4/symlink.c
fs/ext4/xattr.c
fs/ext4/xattr_security.c
fs/ext4/xattr_trusted.c
fs/ext4/xattr_user.c
include/linux/ext4_fs.h [deleted file]
include/linux/ext4_fs_extents.h [deleted file]
include/linux/ext4_fs_i.h [deleted file]
include/linux/ext4_fs_sb.h [deleted file]
include/linux/ext4_jbd2.h [deleted file]