[PATCH] isofs includes sanitized

fs/isofs includes trimmed down to something resembling sanity.

Kernel-only parts of linux/iso_fs.h and entire linux/iso_fs_{sb,i}.h
moved to fs/isofs/isofs.h.

A lot of useless #include in fs/isofs/*.c killed. 

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2005-04-25 18:32:12 -07:00
committed by Linus Torvalds
parent 7366d36cb9
commit 94f2f71577
12 changed files with 203 additions and 286 deletions

View File

@@ -2,9 +2,7 @@
* linux/fs/isofs/util.c
*/
#include <linux/time.h>
#include <linux/fs.h>
#include <linux/iso_fs.h>
#include "isofs.h"
/*
* We have to convert from a MM/DD/YY format to the Unix ctime format.
@@ -80,4 +78,3 @@ int iso_date(char * p, int flag)
}
return crtime;
}