浏览代码

[MTD] Document erase interface.

Document mtd erase interface.

Signed-off-by: Jörn Engel <joern@logfs.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Jörn Engel 17 年之前
父节点
当前提交
b38178ee71
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      include/linux/mtd/mtd.h

+ 7 - 0
include/linux/mtd/mtd.h

@@ -133,6 +133,13 @@ struct mtd_info {
 	int numeraseregions;
 	int numeraseregions;
 	struct mtd_erase_region_info *eraseregions;
 	struct mtd_erase_region_info *eraseregions;
 
 
+	/*
+	 * Erase is an asynchronous operation.  Device drivers are supposed
+	 * to call instr->callback() whenever the operation completes, even
+	 * if it completes with a failure.
+	 * Callers are supposed to pass a callback function and wait for it
+	 * to be called before writing to the block.
+	 */
 	int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
 	int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
 
 
 	/* This stuff for eXecute-In-Place */
 	/* This stuff for eXecute-In-Place */