[PATCH 1/5] printk: Split code for making free space in the log buffer

2014-04-10 Thread Petr Mladek
There will be needed some fixes in the check for free space. They will be easier if the code is moved outside of the quite long log_store() function. This patch does not change the existing behavior. Signed-off-by: Petr Mladek --- kernel/printk/printk.c | 44

[PATCH 1/5] printk: Split code for making free space in the log buffer

2014-04-10 Thread Petr Mladek
There will be needed some fixes in the check for free space. They will be easier if the code is moved outside of the quite long log_store() function. This patch does not change the existing behavior. Signed-off-by: Petr Mladek pmla...@suse.cz --- kernel/printk/printk.c | 44