commit | dac3698147655aba4d71a8e67d6dd46d7a86154f | [log] [tgz] |
---|---|---|
author | hujianyang <hujianyang@huawei.com> | Wed May 21 17:19:45 2014 +0800 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Tue May 27 15:05:23 2014 +0300 |
tree | e4594140725fa766ae05b90edd381bd36f0fc6c8 | |
parent | 604b592e6fd3c98f21435e1181ba7723ffc24715 [diff] |
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>