]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ext4: constify static data that is never modified
authorEric Biggers <ebiggers@google.com>
Sun, 30 Apr 2017 03:47:50 +0000 (23:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 30 Apr 2017 03:47:50 +0000 (23:47 -0400)
commitd60061867303aa2fee516e9a34efc15e78d975a9
tree8809db4e180a92f88d9de2f0031783cdb7681fcc
parent1bc0af600b011dbbf9bbf39664b858ea2e365729
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>
fs/ext4/ext4.h
fs/ext4/mballoc.c
fs/ext4/super.c
fs/ext4/sysfs.c
fs/ext4/xattr.c