[PATCH 06/25] ubifs: drop write_node

2018-07-04 Thread Sascha Hauer
write_node() is used only once and can easily be replaced with calls to ubifs_prepare_node()/write_head() which makes the code a bit shorter. Signed-off-by: Sascha Hauer --- fs/ubifs/journal.c | 39 +-- 1 file changed, 5 insertions(+), 34 deletions(-) diff

[PATCH 06/25] ubifs: drop write_node

2018-07-04 Thread Sascha Hauer
write_node() is used only once and can easily be replaced with calls to ubifs_prepare_node()/write_head() which makes the code a bit shorter. Signed-off-by: Sascha Hauer --- fs/ubifs/journal.c | 39 +-- 1 file changed, 5 insertions(+), 34 deletions(-) diff