RE: [PATCH 7/9] mtd: Fix number of free oob spaces in onenand driver

2007-03-04 Thread Kyungmin Park
Hello Richard Purdie, NAK, Even though we can use it. it's out of Spec. It's reason I don't add it. In your swap patch, swap device only uses 4 bytes. so it's enough in current driver. so we don't need to patch it. +struct swpdev_oobdata { + u16 magic; + u16 type; +}

RE: [PATCH 7/9] mtd: Fix number of free oob spaces in onenand driver

2007-03-04 Thread Kyungmin Park
Hello Richard Purdie, NAK, Even though we can use it. it's out of Spec. It's reason I don't add it. In your swap patch, swap device only uses 4 bytes. so it's enough in current driver. so we don't need to patch it. +struct swpdev_oobdata { + u16 magic; + u16 type; +}