diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-29 00:58:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 08:06:00 -0700 |
commit | 4b0a8da7a7bbe7f84c7bd16a5e965a129f461881 (patch) | |
tree | 383fa770ab03cf87635cbc547066a9fae445efa9 /fs/hfsplus/inode.c | |
parent | 4488c59c942bd6004fc97f0c2a7603a2f5dd80e0 (diff) | |
download | linux-3.10-4b0a8da7a7bbe7f84c7bd16a5e965a129f461881.tar.gz linux-3.10-4b0a8da7a7bbe7f84c7bd16a5e965a129f461881.tar.bz2 linux-3.10-4b0a8da7a7bbe7f84c7bd16a5e965a129f461881.zip |
fs/hfsplus/: proper externs
Add proper extern declarations for two structs in fs/hfsplus/hfsplus_fs.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/hfsplus/inode.c')
-rw-r--r-- | fs/hfsplus/inode.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c index 37744cf3706..d53b2af91c2 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c @@ -278,9 +278,6 @@ static int hfsplus_file_release(struct inode *inode, struct file *file) return 0; } -extern const struct inode_operations hfsplus_dir_inode_operations; -extern struct file_operations hfsplus_dir_operations; - static const struct inode_operations hfsplus_file_inode_operations = { .lookup = hfsplus_file_lookup, .truncate = hfsplus_file_truncate, |