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/namei.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/namei.c')
-rw-r--r-- | fs/isofs/namei.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/fs/isofs/namei.c b/fs/isofs/namei.c index 9569fc44102d..690edf37173c 100644 --- a/fs/isofs/namei.c +++ b/fs/isofs/namei.c | |||
@@ -6,20 +6,9 @@ | |||
6 | * (C) 1991 Linus Torvalds - minix filesystem | 6 | * (C) 1991 Linus Torvalds - minix filesystem |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/time.h> | ||
10 | #include <linux/iso_fs.h> | ||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/string.h> | ||
13 | #include <linux/stat.h> | ||
14 | #include <linux/fcntl.h> | ||
15 | #include <linux/mm.h> | ||
16 | #include <linux/errno.h> | ||
17 | #include <linux/config.h> /* Joliet? */ | 9 | #include <linux/config.h> /* Joliet? */ |
18 | #include <linux/smp_lock.h> | 10 | #include <linux/smp_lock.h> |
19 | #include <linux/buffer_head.h> | 11 | #include "isofs.h" |
20 | #include <linux/dcache.h> | ||
21 | |||
22 | #include <asm/uaccess.h> | ||
23 | 12 | ||
24 | /* | 13 | /* |
25 | * ok, we cannot use strncmp, as the name is not in our data space. | 14 | * ok, we cannot use strncmp, as the name is not in our data space. |