]> err.no Git - linux-2.6/blobdiff - fs/udf/symlink.c
Merge git://git.infradead.org/hdrinstall-2.6
[linux-2.6] / fs / udf / symlink.c
index 43f3051ef756484c58d14b959d42bb26f103b83a..ba068a7865630bb07a8f968a91d20c13245c143f 100644 (file)
@@ -4,11 +4,6 @@
  * PURPOSE
  *     Symlink handling routines for the OSTA-UDF(tm) filesystem.
  *
- * CONTACTS
- *     E-mail regarding any portion of the Linux UDF file system should be
- *     directed to the development team mailing list (run by majordomo):
- *             linux_udf@hpesjro.fc.hp.com
- *
  * COPYRIGHT
  *     This file is distributed under the terms of the GNU General Public
  *     License (GPL). Copies of the GPL can be obtained from:
@@ -118,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,
 };