ufs: move non-layout parts of ufs_fs.h to fs/ufs/
authorChristoph Hellwig <hch@lst.de>
Wed, 17 Oct 2007 06:26:51 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:51 +0000 (08:42 -0700)
commitbcd6d4ecf6868ed57d4daae5d48e52d0752566d2
treec683016ae6fa2800070402574490aa6f9ad71867
parent3542ae4c17bb2c86e5658728ff73b3d5ca44532e
ufs: move non-layout parts of ufs_fs.h to fs/ufs/

Move prototypes and in-core structures to fs/ufs/ similar to what most
other filesystems already do.

I made little modifications: move also ufs debug macros and
mount options constants into fs/ufs/ufs.h, this stuff
also private for ufs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15 files changed:
fs/ufs/balloc.c
fs/ufs/cylinder.c
fs/ufs/dir.c
fs/ufs/file.c
fs/ufs/ialloc.c
fs/ufs/inode.c
fs/ufs/namei.c
fs/ufs/super.c
fs/ufs/symlink.c
fs/ufs/truncate.c
fs/ufs/ufs.h [new file with mode: 0644]
fs/ufs/util.c
include/linux/ufs_fs.h
include/linux/ufs_fs_i.h [deleted file]
include/linux/ufs_fs_sb.h [deleted file]