[PATCH, RFC 09/12] random: optimize the entropy_store structure

2013-09-22 Thread Theodore Ts'o
Use smaller types to slightly shrink the size of the entropy store structure. Signed-off-by: "Theodore Ts'o" --- drivers/char/random.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index 6d5e8e6..292e717 100644

[PATCH, RFC 09/12] random: optimize the entropy_store structure

2013-09-22 Thread Theodore Ts'o
Use smaller types to slightly shrink the size of the entropy store structure. Signed-off-by: Theodore Ts'o ty...@mit.edu --- drivers/char/random.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index