ftl.c (239060b93bb30a4ad55f1ecaa512464a035cc5ba) | ftl.c (631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c) |
---|---|
1/* This version ported to the Linux-MTD system by dwmw2@infradead.org 2 * 3 * Fixes: Arnaldo Carvalho de Melo <acme@conectiva.com.br> 4 * - fixes some leaks on failure in build_maps and ftl_notify_add, cleanups 5 * 6 * Based on: 7 */ 8/*====================================================================== --- 37 unchanged lines hidden (view full) --- 46 any presently existing M-Systems intellectual property rights 47 necessary for the design and development of FTL-compatible 48 drivers, file systems and utilities using the data formats with 49 PCMCIA PC Cards as described in the PCMCIA Flash Translation 50 Layer (FTL) Specification." 51 52 Use of the FTL format for non-PCMCIA applications may be an 53 infringement of these patents. For additional information, | 1/* This version ported to the Linux-MTD system by dwmw2@infradead.org 2 * 3 * Fixes: Arnaldo Carvalho de Melo <acme@conectiva.com.br> 4 * - fixes some leaks on failure in build_maps and ftl_notify_add, cleanups 5 * 6 * Based on: 7 */ 8/*====================================================================== --- 37 unchanged lines hidden (view full) --- 46 any presently existing M-Systems intellectual property rights 47 necessary for the design and development of FTL-compatible 48 drivers, file systems and utilities using the data formats with 49 PCMCIA PC Cards as described in the PCMCIA Flash Translation 50 Layer (FTL) Specification." 51 52 Use of the FTL format for non-PCMCIA applications may be an 53 infringement of these patents. For additional information, |
54 contact M-Systems (http://www.m-sys.com) directly. | 54 contact M-Systems directly. M-Systems since acquired by Sandisk. |
55 56======================================================================*/ 57#include <linux/mtd/blktrans.h> 58#include <linux/module.h> 59#include <linux/mtd/mtd.h> 60/*#define PSYCHO_DEBUG */ 61 62#include <linux/kernel.h> --- 1055 unchanged lines hidden --- | 55 56======================================================================*/ 57#include <linux/mtd/blktrans.h> 58#include <linux/module.h> 59#include <linux/mtd/mtd.h> 60/*#define PSYCHO_DEBUG */ 61 62#include <linux/kernel.h> --- 1055 unchanged lines hidden --- |