From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pz0-f41.google.com ([209.85.210.41]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qw1AO-00082a-Ku for linux-mtd@lists.infradead.org; Wed, 24 Aug 2011 00:18:01 +0000 Received: by pzk4 with SMTP id 4so421472pzk.28 for ; Tue, 23 Aug 2011 17:17:56 -0700 (PDT) From: Brian Norris To: Artem Bityutskiy Subject: [PATCH 2/5] mtd: doc: remove mention of MEMSETOOBSEL Date: Tue, 23 Aug 2011 17:17:33 -0700 Message-Id: <1314145056-5233-2-git-send-email-computersforpeace@gmail.com> In-Reply-To: <1314145056-5233-1-git-send-email-computersforpeace@gmail.com> References: <1314145056-5233-1-git-send-email-computersforpeace@gmail.com> Cc: Brian Norris , linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , It's been gone for a while. Signed-off-by: Brian Norris --- Documentation/DocBook/mtdnand.tmpl | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl index 8c07540..0c674be 100644 --- a/Documentation/DocBook/mtdnand.tmpl +++ b/Documentation/DocBook/mtdnand.tmpl @@ -773,20 +773,6 @@ struct nand_oobinfo { done according to the default builtin scheme. - - User space placement selection - - All non ecc functions like mtd->read and mtd->write use an internal - structure, which can be set by an ioctl. This structure is preset - to the autoplacement default. - - ioctl (fd, MEMSETOOBSEL, oobsel); - - oobsel is a pointer to a user supplied structure of type - nand_oobconfig. The contents of this structure must match the - criteria of the filesystem, which will be used. See an example in utils/nandwrite.c. - - Spare area autoplacement default schemes -- 1.7.5.4