From: hujianyang Date: Tue, 3 Jun 2014 06:49:11 +0000 (+0800) Subject: UBIFS: Add an assertion for clean_zn_cnt X-Git-Tag: omap-for-v3.16/fixes-against-rc1~71^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380347e9ca76828ee9bac63cfc338ca99cdee4f3;p=pandora-kernel.git UBIFS: Add an assertion for clean_zn_cnt This patch adds a new ubifs_assert() in ubifs_tnc_close() to check if there are any leaks of per-filesystem @clean_zn_cnt. This new assert inspects whether the return value of ubifs_destroy_tnc_subtree() is equal to @clean_zn_cnt or not while umount. Artem: a minor amendment Signed-off-by: hujianyang Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed