linux/fs/logfs
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
..
compr.c
dev_bdev.c
dev_mtd.c logfs: rename functions starting with mtd_ 2012-01-09 18:24:54 +00:00
dir.c filesystems: add missing nlink wrappers 2011-11-02 12:53:43 +01:00
file.c
gc.c
inode.c filesystems: add missing nlink wrappers 2011-11-02 12:53:43 +01:00
journal.c
Kconfig
logfs_abi.h
logfs.h
Makefile
readwrite.c filesystems: add set_nlink() 2011-11-02 12:53:43 +01:00
segment.c
super.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00