Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: nftl: kill unused oobinfo field

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>

authored by

Boris BREZILLON and committed by
Brian Norris
2c9e5779 f8543c06

-1
-1
include/linux/mtd/nftl.h
··· 50 50 unsigned int nb_blocks; /* number of physical blocks */ 51 51 unsigned int nb_boot_blocks; /* number of blocks used by the bios */ 52 52 struct erase_info instr; 53 - struct nand_ecclayout oobinfo; 54 53 }; 55 54 56 55 int NFTL_mount(struct NFTLrecord *s);