You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mtd: introduce mtd_sync interface
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
committed by
David Woodhouse
parent
b0a31f7b2a
commit
85f2f2a809
+1
-1
@@ -120,7 +120,7 @@ static void logfs_mtd_sync(struct super_block *sb)
|
||||
struct mtd_info *mtd = logfs_super(sb)->s_mtd;
|
||||
|
||||
if (mtd->sync)
|
||||
mtd->sync(mtd);
|
||||
mtd_sync(mtd);
|
||||
}
|
||||
|
||||
static int logfs_mtd_readpage(void *_sb, struct page *page)
|
||||
|
||||
Reference in New Issue
Block a user