Home
last modified time | relevance | path

Searched hist:d51f17ea0a3afe11fb4c4ad6635877e24df2758f (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ubifs/
H A Dreplay.cdiff d51f17ea0a3afe11fb4c4ad6635877e24df2758f Sat Jul 14 19:52:58 CEST 2012 Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com> UBIFS: simplify reply code a bit

In the log reply code we assume that 'c->lhead_offs' is known and may be
non-zero, which is not the case because we do not store it in the master
node and have to find out by scanning on every mount. Knowing this fact
allows us to simplify the log scanning loop a bit and remove a couple
of unneeded local variables.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>