X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fntfs%2Fntfs.h;h=bf7b3d7c09303a17de113173b80b2b8890d97ecb;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=ddd3d503097c081e42176abb5fd494864fcf56c4;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/ntfs/ntfs.h b/fs/ntfs/ntfs.h index ddd3d5030..bf7b3d7c0 100644 --- a/fs/ntfs/ntfs.h +++ b/fs/ntfs/ntfs.h @@ -57,8 +57,8 @@ 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 const struct address_space_operations ntfs_aops; -extern const struct address_space_operations ntfs_mst_aops; +extern struct address_space_operations ntfs_aops; +extern struct address_space_operations ntfs_mst_aops; extern const struct file_operations ntfs_file_ops; extern struct inode_operations ntfs_file_inode_ops;