commit | 6dcfb80264be6f83240450428ead88cacadef2cd | [log] [tgz] |
---|---|---|
author | hujianyang <hujianyang@huawei.com> | Wed Jun 11 10:38:45 2014 +0800 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sat Jul 19 09:53:52 2014 +0300 |
tree | 63d696b24eb5fab100066cf8ff8e9740ee31f246 | |
parent | f2b6521aa11771e87f7357f1d5ceff8165fa0585 [diff] |
UBIFS: fix error path in create_default_filesystem() In the end of 'create_default_filesystem()' we need to check the return value of 'ubifs_write_node()' to ensure that we have successfully written the 'cs_node'. Signed-off-by: hujianyang <hujianyang@huawei.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>