From: Daniel Golle Date: Tue, 13 May 2014 20:27:58 +0000 (+0200) Subject: UBIFS: add missing ui pointer in debugging code X-Git-Tag: omap-for-v3.16/fixes-against-rc1~71^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fd59511e0a0514d24044a29da0f6144f8600e5;p=pandora-kernel.git UBIFS: add missing ui pointer in debugging code If UBIFS_DEBUG is defined an additional assertion of the ui_lock spinlock in do_writepage cannot compile because the ui pointer has not been previously declared. Fix this by declaring and initializing the ui pointer in case UBIFS_DEBUG is defined. Signed-off-by: Daniel Golle Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed