diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2011-12-23 14:44:14 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-01-09 19:24:54 +0100 |
commit | 48d3610268cef9cea0704119a74a00d1bf82f536 (patch) | |
tree | d58742e663834edf61a58643c2d670b457fee2ea /fs/minix | |
parent | mtd: lpddr: drop unnecessary zeroing (diff) | |
download | linux-48d3610268cef9cea0704119a74a00d1bf82f536.tar.xz linux-48d3610268cef9cea0704119a74a00d1bf82f536.zip |
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>
Diffstat (limited to 'fs/minix')
0 files changed, 0 insertions, 0 deletions