Skip to content

Commit

Permalink
mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCT
Browse files Browse the repository at this point in the history
In an attempt to improve the documentation of the BBT code, I am expanding
the comments I left in commit:
    58373ff
    mtd: nand: more BB Detection refactoring and dynamic scan options

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
  • Loading branch information
Brian Norris authored and Artem Bityutskiy committed Sep 11, 2011
1 parent b4dc53e commit 9eeff82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/linux/mtd/bbm.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ struct nand_bbt_descr {
/* Do not store flash based bad block table in OOB area; store it in-band */
#define NAND_BBT_NO_OOB 0x00040000

/* The nand_bbt_descr was created dynamicaly and must be freed */
/*
* Flag set by nand_create_default_bbt_descr(), marking that the nand_bbt_descr
* was allocated dynamicaly and must be freed in nand_release(). Has no meaning
* in nand_chip.bbt_options.
*/
#define NAND_BBT_DYNAMICSTRUCT 0x80000000

/* The maximum number of blocks to scan for a bbt */
Expand Down

0 comments on commit 9eeff82

Please sign in to comment.