UBIFS: Fix dump messages in ubifs_dump_lprops
authorhujianyang <hujianyang@huawei.com>
Wed, 21 May 2014 09:19:45 +0000 (17:19 +0800)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 27 May 2014 12:05:23 +0000 (15:05 +0300)
commitdac3698147655aba4d71a8e67d6dd46d7a86154f
treee4594140725fa766ae05b90edd381bd36f0fc6c8
parent604b592e6fd3c98f21435e1181ba7723ffc24715
UBIFS: Fix dump messages in ubifs_dump_lprops

Function ubifs_read_one_lp will not set @lp and returns
an error when ubifs_read_one_lp failed. We should not
perform ubifs_dump_lprop in this case because @lp is not
initialized as we wanted.

Signed-off-by: hujianyang <hujianyang@huawei.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/debug.c
This page took 0.024826 seconds and 5 git commands to generate.