Artem Bityutskiy 1bbfc848a9 UBIFS: make debugfs files non-seekable
Turn the debufs files UBIFS maintains into non-seekable. Indeed, none
of them is supposed to be seek'ed.

Do this by making the '.lseek()' handler to be 'no_llseek()' and by
using 'nonseekable_open()' in the '.open()' operation.

This does mean an API break but this debugging API is only used by a couple
of test scripts which do not rely in the 'llseek()' operation.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2011-05-13 19:23:53 +03:00
..
2011-03-31 11:26:23 -03:00
2008-12-31 14:13:24 +02:00
2011-05-13 19:23:53 +03:00
2009-03-08 13:29:09 +02:00
2010-09-19 21:07:58 +03:00
2011-04-05 10:45:45 +03:00
2011-03-24 16:14:26 +02:00
2011-03-24 16:14:26 +02:00
2011-03-24 16:14:26 +02:00
2011-04-21 15:27:21 +03:00
2010-09-19 21:07:58 +03:00
2011-02-06 15:08:02 +02:00
2008-09-30 11:12:57 +03:00
2011-01-17 23:24:30 +02:00
2011-04-05 23:51:48 +02:00