linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / coda / symlink.c
index 76e00a6..b35e5bb 100644 (file)
@@ -50,6 +50,6 @@ fail:
        return error;
 }
 
-const struct address_space_operations coda_symlink_aops = {
+struct address_space_operations coda_symlink_aops = {
        .readpage       = coda_symlink_filler,
 };