commit | 37528c13cfc1546f60937e11d91d7a45fd99eaa0 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Fri May 08 19:07:06 2015 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Sun May 24 14:26:54 2015 -0500 |
tree | a0eab65338b440a806a7bd4af64b5da53b990131 | |
parent | 2c9e16bd7a57eeb7f4f8717e9a29b768e0852103 [diff] |
mtd: vf610_nfc: remove caching of page in buffer To improve performance we remember the current page in the buffer and avoid reading it twice. This implicit page cache increases complexity while does not increase performance in real world cases. This patch removes that feature. Acked-by: Bill Pringlemeir <bpringlemeir@nbsps.com> Signed-off-by: Stefan Agner <stefan@agner.ch>