ocfs2: Add dentry tracking API
[pandora-kernel.git] / fs / udf / symlink.c
index 674bb40..ba068a7 100644 (file)
@@ -113,6 +113,6 @@ out:
 /*
  * symlinks can't do much...
  */
-struct address_space_operations udf_symlink_aops = {
+const struct address_space_operations udf_symlink_aops = {
        .readpage               = udf_symlink_filler,
 };