summaryrefslogtreecommitdiff
path: root/fs/ntfs/ntfs.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-02-25 01:36:42 +0300
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-25 01:36:42 +0300
commit2cb5b6beef3a3357ef1f2a580d5e2284516efc39 (patch)
tree8f9e12f91652c510632cb9965f2c4b92d2b19717 /fs/ntfs/ntfs.h
parent329dda083e496bc5ffbb4b1973243bd8a9420e24 (diff)
parent1cf3109ffb26a6ea572fd02436bd10458b4b2187 (diff)
downloadlinux-2cb5b6beef3a3357ef1f2a580d5e2284516efc39.tar.xz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6
Diffstat (limited to 'fs/ntfs/ntfs.h')
-rw-r--r--fs/ntfs/ntfs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/ntfs/ntfs.h b/fs/ntfs/ntfs.h
index 446b5014115c..653d2a5c4899 100644
--- a/fs/ntfs/ntfs.h
+++ b/fs/ntfs/ntfs.h
@@ -50,11 +50,11 @@ typedef enum {
/* Global variables. */
/* Slab caches (from super.c). */
-extern kmem_cache_t *ntfs_name_cache;
-extern kmem_cache_t *ntfs_inode_cache;
-extern kmem_cache_t *ntfs_big_inode_cache;
-extern kmem_cache_t *ntfs_attr_ctx_cache;
-extern kmem_cache_t *ntfs_index_ctx_cache;
+extern struct kmem_cache *ntfs_name_cache;
+extern struct kmem_cache *ntfs_inode_cache;
+extern struct kmem_cache *ntfs_big_inode_cache;
+extern struct kmem_cache *ntfs_attr_ctx_cache;
+extern struct kmem_cache *ntfs_index_ctx_cache;
/* The various operations structs defined throughout the driver files. */
extern struct address_space_operations ntfs_aops;