From: Artem Bityutskiy Date: Sat, 14 May 2011 14:37:47 +0000 (+0300) Subject: UBIFS: remove unnecessary stack variable X-Git-Tag: v3.0-rc1~317^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12f338914e7f2a9ab0def09564b9e78ab45a474f;p=pandora-kernel.git UBIFS: remove unnecessary stack variable This is patch removes an unnecessary 'offs' variable from 'ubifs_wbuf_write_nolock()' - we can just keep 'wbuf->offs' up-to-date instead. This patch is very minor the only motivation for it was that it is cleaner to keep wbuf->offs up-to-date by the time we call 'ubifs_leb_write()'. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed