• Artem Bityutskiy's avatar
    logfs: rename functions starting with mtd_ · 48d36102
    Artem Bityutskiy authored
    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: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
    Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
    48d36102
dev_mtd.c 6.73 KB