commit | f1cb705accc70ac327de2108ecf07b300e03fc42 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun Jun 29 17:22:16 2014 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sat Jul 19 09:54:25 2014 +0300 |
tree | fa6d96338de7b5ca284d51853e8d58b9b66b4b06 | |
parent | 07e19dff63e3d5d6500d831e36554ac9b1b0560e [diff] |
UBIFS: remove unnecessary check Remove the "if (c->lhead_offs == 0)" check because is unnecessary, since at that point the log head offset is guaranteed to be zero due to the previous operation. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>