mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-17 15:28:31 +00:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user