login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
September
»
18
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Artem Bityutskiy
Subject:
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT
Date: Saturday, September 18, 2010 - 10:24 am
On Mon, 2010-08-30 at 13:20 +0300, Artem Bityutskiy wrote:
quoted text
> On Tue, 2010-08-24 at 18:12 -0700, Brian Norris wrote: > > My e-mail address has changed, since I am no longer working at Broadcom. > > I will still be able to track messages to my old account if the MTD mailing > > list is CC'd. > > Oh, does it mean you will stop loving MTD and we won't see steady flow > of improvements for you? :-( BTW, I think you have been doing great job > - MTD subsystem needs love badly! > > > Note that on the same subject (different thread) David suggested our new > > struct be allocated dynamically: > > Yes, but I agree with your arguments and also think it is ok to keep it > simple for now. So I'm applying this to my l2 tree, and then it is up to > dwmw2 to take it or not. > > But I also have some requests about commentaries, so if you can re-send > another version of this patch, it would be nice. But I take this one for > now, it is good enough. > > > +/* > > + * Copies (and truncates, if necessary) data from the larger struct, > > + * nand_ecclayout, to the smaller, deprecated layout struct, > > + * nand_ecclayout_user. This is necessary only to suppport the deprecated > > + * API ioctl ECCGETLAYOUT while allowing all new functionality to use > > + * nand_ecclayout flexibly (i.e. the struct may change size in new > > + * releases without requiring major rewrites). > > + */ > > I think a similar comment should exist in linux/mtd/mtd.h. Indeed, that > file is our API with user-space, and our users will probably look at it, > and it is nice to document the situation with 'struct > nand_ecclayout_user' there. > > > +#define MTD_MAX_OOBFREE_ENTRIES_LARGE 32 > > +#define MTD_MAX_ECCPOS_ENTRIES_LARGE 448 > > +#define MTD_MAX_ECCPOS_ENTRIES_OLD 64 /* Previous maximum */ > > +/* > > + * Correct ECC layout control structure. This replaces old nand_ecclayout > > + * (mtd-abi.h) that is exported via ECCGETLAYOUT ioctl. It should be expandable > > + * in the future simply by the above macros. > > + */ > > I find this comment confusing. First, "Correct ECC" -> "Internal ECC", > because one could think "Correct ECC structure" means something like > "structure which describes ECC corrections" or something like that. > > Also, I'd avoid mentioning things like "old nand_ecclayout", because > with time this will be confusing. Could you please imagine that you are > an MTD newbie reading the code in 2012 - you have no idea what was > happening in the past in the ancient 2010.
Brian, would you address the small things I noticed in a follow-up patch? -- Best Regards, Artem Bityutskiy (Битюцкий Артём) --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH v2 0/2] Deprecate ECCGETLAYOUT
, Brian Norris
, (Wed Aug 18, 11:06 am)
[PATCH v3 1/2] mtd: Expand nand_ecc_layout, deprecate ioct ...
, Brian Norris
, (Wed Aug 18, 1:37 pm)
Re: [PATCH v2 0/2] Deprecate ECCGETLAYOUT
, Shinya Kuribayashi
, (Thu Aug 19, 5:50 pm)
Re: [PATCH v2 0/2] Deprecate ECCGETLAYOUT
, Brian Norris
, (Fri Aug 20, 8:15 am)
Re: [PATCH v2 0/2] Deprecate ECCGETLAYOUT
, Shinya Kuribayashi
, (Sun Aug 22, 9:12 pm)
Re: [PATCH v2 0/2] Deprecate ECCGETLAYOUT
, Artem Bityutskiy
, (Tue Aug 24, 3:42 am)
Re: [PATCH v2 0/2] Deprecate ECCGETLAYOUT
, Artem Bityutskiy
, (Tue Aug 24, 3:45 am)
[PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecate io ...
, Brian Norris
, (Tue Aug 24, 6:12 pm)
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecat ...
, Artem Bityutskiy
, (Mon Aug 30, 3:20 am)
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecat ...
, Artem Bityutskiy
, (Sat Sep 18, 10:24 am)
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecat ...
, Brian Norris
, (Sat Sep 18, 1:03 pm)
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecat ...
, Artem Bityutskiy
, (Sun Sep 19, 12:17 am)
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecat ...
, Brian Norris
, (Sun Sep 19, 11:28 pm)
[PATCH] mtd: Edit comments on deprecation of ioctl ECCGETL ...
, Brian Norris
, (Sun Sep 19, 11:57 pm)
Re: [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecat ...
, Artem Bityutskiy
, (Mon Sep 20, 12:52 am)
Re: [PATCH] mtd: Edit comments on deprecation of ioctl ECC ...
, Artem Bityutskiy
, (Mon Sep 20, 1:49 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate