On Tue, Mar 14, 2017 at 10:03:00PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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@xxxxxxxxxx> Thanks, applied. - Ted