commit | 341e262f903afbb8c23133ed6e193ea6254f73c4 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Apr 22 12:11:12 2011 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri May 13 19:23:55 2011 +0300 |
tree | 5e30a1697788e1640f2d2d06c2a1a1739a0b8ff2 | |
parent | 1321657d8f843641529eff26e25722158cc29349 [diff] |
UBIFS: do not change debugfs file position This patch is a tiny improvement which removes few bytes of code. UBIFS debugfs files are non-seekable and the file position is ignored, so do not increase it in the write handler. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>