commit | d60061867303aa2fee516e9a34efc15e78d975a9 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sat Apr 29 23:47:50 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 29 23:47:50 2017 -0400 |
tree | 8809db4e180a92f88d9de2f0031783cdb7681fcc | |
parent | 1bc0af600b011dbbf9bbf39664b858ea2e365729 [diff] |
ext4: constify static data that is never modified Constify static data in ext4 that is never (intentionally) modified so that it is placed in .rodata and benefits from memory protection. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>