diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-25 21:32:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-25 21:32:12 -0400 |
commit | 94f2f715771d0aa5554451d1e2a920f11b8be3fe (patch) | |
tree | 07ebba8f6bbb91627c64c1f27e91e916dfd70756 /fs/isofs/rock.c | |
parent | 7366d36cb967d7a3ac324c789a8b718e61d01b31 (diff) |
[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>
Diffstat (limited to 'fs/isofs/rock.c')
-rw-r--r-- | fs/isofs/rock.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/fs/isofs/rock.c b/fs/isofs/rock.c index 8bdd3e409543..089e79c65585 100644 --- a/fs/isofs/rock.c +++ b/fs/isofs/rock.c | |||
@@ -6,17 +6,11 @@ | |||
6 | * Rock Ridge Extensions to iso9660 | 6 | * Rock Ridge Extensions to iso9660 |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/stat.h> | ||
10 | #include <linux/time.h> | ||
11 | #include <linux/iso_fs.h> | ||
12 | #include <linux/string.h> | ||
13 | #include <linux/mm.h> | ||
14 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
15 | #include <linux/pagemap.h> | 10 | #include <linux/pagemap.h> |
16 | #include <linux/smp_lock.h> | 11 | #include <linux/smp_lock.h> |
17 | #include <linux/buffer_head.h> | ||
18 | #include <asm/page.h> | ||
19 | 12 | ||
13 | #include "isofs.h" | ||
20 | #include "rock.h" | 14 | #include "rock.h" |
21 | 15 | ||
22 | /* These functions are designed to read the system areas of a directory record | 16 | /* These functions are designed to read the system areas of a directory record |