commit | f5e54d6e53a20cef45af7499e86164f0e0d16bb2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Wed Jun 28 04:26:44 2006 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Jun 28 14:59:04 2006 -0700 |
tree | cb92acbb89b84796261bf5563182261ec5654127 | |
parent | a052b68b1e7a31f1e6a721290035e9deb0f6fed9 [diff] |
[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 <[email protected]> Cc: Steven French <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>