[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / ncpfs / inode.c
index 90d2ea28f333dfef1695c1a4a228934455383618..6c51c1198464efff9de569e5c98228b93206cf94 100644 (file)
@@ -105,7 +105,7 @@ static struct super_operations ncp_sops =
 
 extern struct dentry_operations ncp_root_dentry_operations;
 #if defined(CONFIG_NCPFS_EXTRAS) || defined(CONFIG_NCPFS_NFS_NS)
-extern struct address_space_operations ncp_symlink_aops;
+extern const struct address_space_operations ncp_symlink_aops;
 extern int ncp_symlink(struct inode*, struct dentry*, const char*);
 #endif
 
This page took 0.024529 seconds and 5 git commands to generate.