From patchwork Wed Aug 24 00:17:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 111213 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7B07BB6F18 for ; Wed, 24 Aug 2011 10:18:49 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qw1Ab-0005RD-2N; Wed, 24 Aug 2011 00:18:13 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qw1Aa-00085C-JR; Wed, 24 Aug 2011 00:18:12 +0000 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=+QRT3+oM/5vCY0BLXZ3SUn2A+Wf8wuvrC0G9qa5ifCk=; b=gkWqvgfTXpBdTuL71Qsq3/6ILYSozb8UYJK8L656Xmd4Z/hX4shGlr7PkpmXqrY5A/ Ulp5Uw8wO9FPJYzC+Dq6mEE4huMvnIzoQ5H1dSsR3yDKN11jHRQOZkF9+1HI5hvNHjTG TcQZr6USjKvi8T3JbY6SZ1QY/j6wSb42KXBqQ= Received: by 10.142.128.10 with SMTP id a10mr2254413wfd.188.1314145076462; Tue, 23 Aug 2011 17:17:56 -0700 (PDT) Received: from localhost.localdomain (cpe-76-174-190-12.socal.res.rr.com [76.174.190.12]) by mx.google.com with ESMTPS id i2sm121121wfd.20.2011.08.23.17.17.54 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Aug 2011 17:17:55 -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> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1314145056-5233-1-git-send-email-computersforpeace@gmail.com> References: <1314145056-5233-1-git-send-email-computersforpeace@gmail.com> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110823_201800_891564_E7D51108 X-CRM114-Status: GOOD ( 10.66 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.41 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (computersforpeace[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Brian Norris , linux-mtd@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org 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