[PATCH] mark address_space_operations const

Same as with already do with the file operations: keep them in .rodata and
prevents people from doing runtime patching.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Steven French <sfrench@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Tento commit je obsažen v:
Christoph Hellwig
2006-06-28 04:26:44 -07:00
odevzdal Linus Torvalds
rodič a052b68b1e
revize f5e54d6e53
89 změnil soubory, kde provedl 121 přidání a 121 odebrání

Zobrazit soubor

@@ -176,5 +176,5 @@ isofs_normalize_block_and_offset(struct iso_directory_record* de,
extern struct inode_operations isofs_dir_inode_operations;
extern const struct file_operations isofs_dir_operations;
extern struct address_space_operations isofs_symlink_aops;
extern const struct address_space_operations isofs_symlink_aops;
extern struct export_operations isofs_export_ops;