diff options
Diffstat (limited to 'fs/ntfs/ntfs.h')
-rw-r--r-- | fs/ntfs/ntfs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/ntfs/ntfs.h b/fs/ntfs/ntfs.h index d6a340bf80fc..c581e26a350d 100644 --- a/fs/ntfs/ntfs.h +++ b/fs/ntfs/ntfs.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * ntfs.h - Defines for NTFS Linux kernel driver. Part of the Linux-NTFS | 2 | * ntfs.h - Defines for NTFS Linux kernel driver. |
3 | * project. | ||
4 | * | 3 | * |
5 | * Copyright (c) 2001-2005 Anton Altaparmakov | 4 | * Copyright (c) 2001-2014 Anton Altaparmakov and Tuxera Inc. |
6 | * Copyright (C) 2002 Richard Russon | 5 | * Copyright (C) 2002 Richard Russon |
7 | * | 6 | * |
8 | * This program/include file is free software; you can redistribute it and/or | 7 | * This program/include file is free software; you can redistribute it and/or |
@@ -57,7 +56,8 @@ extern struct kmem_cache *ntfs_attr_ctx_cache; | |||
57 | extern struct kmem_cache *ntfs_index_ctx_cache; | 56 | extern struct kmem_cache *ntfs_index_ctx_cache; |
58 | 57 | ||
59 | /* The various operations structs defined throughout the driver files. */ | 58 | /* The various operations structs defined throughout the driver files. */ |
60 | extern const struct address_space_operations ntfs_aops; | 59 | extern const struct address_space_operations ntfs_normal_aops; |
60 | extern const struct address_space_operations ntfs_compressed_aops; | ||
61 | extern const struct address_space_operations ntfs_mst_aops; | 61 | extern const struct address_space_operations ntfs_mst_aops; |
62 | 62 | ||
63 | extern const struct file_operations ntfs_file_ops; | 63 | extern const struct file_operations ntfs_file_ops; |