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>
此提交包含在:
Christoph Hellwig
2007-10-16 23:26:51 -07:00
提交者 Linus Torvalds
父節點 3542ae4c17
當前提交 bcd6d4ecf6
共有 15 個檔案被更改,包括 171 行新增198 行删除

查看文件

@@ -91,6 +91,7 @@
#include <linux/mount.h>
#include <linux/seq_file.h>
#include "ufs.h"
#include "swab.h"
#include "util.h"