From: Artem Bityutskiy Date: Fri, 3 Jun 2011 08:32:21 +0000 (+0300) Subject: UBIFS: remove unused and unneeded debugging function X-Git-Tag: v3.1-rc1~327^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891a54a153646f9b16bffe5df6cb74cb3f1e9dc6;p=pandora-kernel.git UBIFS: remove unused and unneeded debugging function This patch contains several minor clean-up and preparational cahnges. 1. Remove 'dbg_read()', 'dbg_write()', 'dbg_change()', and 'dbg_leb_erase()' functions as they are not used. 2. Remove 'dbg_leb_read()' and 'dbg_is_mapped()' as they are not really needed, it is fine to let reads go through in failure mode. 3. Rename 'offset' argument to 'offs' to be consistent with the rest of UBIFS code. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed