]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: move NAND_CREATE_EMPTY_BBT flag
authorBrian Norris <computersforpeace@gmail.com>
Tue, 31 May 2011 23:31:24 +0000 (16:31 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:01:56 +0000 (15:01 +0300)
commit99d995eca5dd2db79aeb25de4f91a518c213ca2b
tree0cb7074e709c2ec0095881079f2acca8ad717b94
parent2056503877a59e820740c6cf6eba8b6b8b0c59fb
mtd: nand: move NAND_CREATE_EMPTY_BBT flag

The NAND_CREATE_EMPTY_BBT flag was added by commit:
  2ef6f999d1ba69d5657fef6a673697187bd3539a
  mtd: nand: introduce NAND_CREATE_EMPTY_BBT
This flag is not used within the kernel and not explained well, so I
took the liberty to edit its comments.

Also, this is a BBT-related flag (and closely tied with NAND_BBT_CREATE)
so I'm moving it to bbm.h next to NAND_BBT_CREATE, thus requiring that
we use the flag in nand_chip.bbt_options, *not* in nand_chip.options.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/nand/nand_bbt.c
include/linux/mtd/bbm.h
include/linux/mtd/nand.h