diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-29 00:58:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 08:06:00 -0700 |
commit | 8b1919a1e8b8968e0ac9030a4f14f0d2cd69e7cf (patch) | |
tree | 3815e0471d0fab34f7e5ca24809cf90b37631e19 /fs/freevxfs/vxfs_inode.c | |
parent | 4b0a8da7a7bbe7f84c7bd16a5e965a129f461881 (diff) | |
download | op-kernel-dev-8b1919a1e8b8968e0ac9030a4f14f0d2cd69e7cf.zip op-kernel-dev-8b1919a1e8b8968e0ac9030a4f14f0d2cd69e7cf.tar.gz |
fs/freevxfs/: proper externs
Move the extern declarations of several structs to vxfs_extern.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/freevxfs/vxfs_inode.c')
-rw-r--r-- | fs/freevxfs/vxfs_inode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/freevxfs/vxfs_inode.c b/fs/freevxfs/vxfs_inode.c index ad88d23..9f3f2ce 100644 --- a/fs/freevxfs/vxfs_inode.c +++ b/fs/freevxfs/vxfs_inode.c @@ -41,11 +41,6 @@ #include "vxfs_extern.h" -extern const struct address_space_operations vxfs_aops; -extern const struct address_space_operations vxfs_immed_aops; - -extern const struct inode_operations vxfs_immed_symlink_iops; - struct kmem_cache *vxfs_inode_cachep; |