commit | 12f338914e7f2a9ab0def09564b9e78ab45a474f | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Sat May 14 17:37:47 2011 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon May 16 10:31:40 2011 +0300 |
tree | 58730ff8615d2a82fc52566cb235ce053437c0f1 | |
parent | 7703f09ded1b8719d2defe0f61215b4a08702ffa [diff] |
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 <Artem.Bityutskiy@nokia.com>