UBIFS: do not change debugfs file position
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 22 Apr 2011 09:11:12 +0000 (12:11 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:55 +0000 (19:23 +0300)
commit341e262f903afbb8c23133ed6e193ea6254f73c4
tree5e30a1697788e1640f2d2d06c2a1a1739a0b8ff2
parent1321657d8f843641529eff26e25722158cc29349
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>
fs/ubifs/debug.c