Re: [PATCH 1/3] drivers/char/random.c: constify poolinfo_table

2018-11-07 Thread Theodore Y. Ts'o
On Fri, Nov 02, 2018 at 12:04:45PM +0100, Rasmus Villemoes wrote: > Never modified, might as well be put in .rodata. > > Signed-off-by: Rasmus Villemoes Thanks, applied. - Ted

[PATCH 1/3] drivers/char/random.c: constify poolinfo_table

2018-11-02 Thread Rasmus Villemoes
Never modified, might as well be put in .rodata. Signed-off-by: Rasmus Villemoes --- drivers/char/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index 2eb70e76ed35..320108df04c1 100644 --- a/drivers/char/random.c +++ b/d