Artem Bityutskiy 48d3610268 logfs: rename functions starting with mtd_
We are going to re-work the MTD interface and change 'mtd->write()' to
'mtd_write()', 'mtd->read()' to 'mtd_read()' and so forth for all functions
in the 'struct mtd_info' structure.

However, logfs has its own 'mtd_read()', 'mtd_write()', etc functions
which collide with our changes. This patch renames these logfs functions
to 'logfs_mtd_read()', 'logfs_mtd_write()', etc.

Additionally, to make the 'fs/logfs/dev_mtd.c' file look consistent, rename
similarly all the other functions starting with 'mtd_'.

Cc: Jörn Engel <joern@logfs.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-01-09 18:24:54 +00:00
..
2011-05-20 12:50:29 -07:00
2011-11-02 12:53:43 +01:00
2010-05-07 19:38:40 +02:00
2009-11-20 20:13:39 +01:00
2010-05-10 11:56:30 +02:00
2011-10-31 17:30:47 -07:00
2009-11-20 20:13:39 +01:00
2011-11-02 12:53:43 +01:00
2010-08-09 16:48:26 -04:00