[MTD] Clarify OOB-operation interface comments

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Feb 9 10:59:04 EST 2007


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=73a4421c5a0aa77b996891e7616b396c360b3ed8
Commit:     73a4421c5a0aa77b996891e7616b396c360b3ed8
Parent:     64f60710568db5cec1a76c1d1e261b239f9ef809
Author:     Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
AuthorDate: Wed Jan 31 11:43:13 2007 +0200
Committer:  David Woodhouse <dwmw2 at infradead.org>
CommitDate: Fri Feb 9 15:27:50 2007 +0000

    [MTD] Clarify OOB-operation interface comments
    
    Add more comment to OOB I/O interface. Read/write are not
    symmetric which is confusing and should be documented.
    
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 include/linux/mtd/mtd.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index 8a2e8bf..6a8570b 100644
--- a/include/linux/mtd/mtd.h
+++ b/include/linux/mtd/mtd.h
@@ -85,6 +85,10 @@ typedef enum {
  *		mode = MTD_OOB_PLACE)
  * @datbuf:	data buffer - if NULL only oob data are read/written
  * @oobbuf:	oob data buffer
+ *
+ * Note, it is allowed to read more then one OOB area at one go, but not write.
+ * The interface assumes that the OOB write requests program only one page's
+ * OOB area.
  */
 struct mtd_oob_ops {
 	mtd_oob_mode_t	mode;



More information about the linux-mtd-cvs mailing list