]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a0350d26a3219cad3c16b75bd268e9720613b25
treec683016ae6fa2800070402574490aa6f9ad71867
parenta25ebc813c630e4f4546b9065ee68d846078d1c2
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]