commit | dcb0932884b801290efd80fbc37630297b98181f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Tue May 23 11:49:14 2006 +0200 |
committer | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Tue May 23 11:49:14 2006 +0200 |
tree | c6519feda290a963087958f1e196abec11866d49 | |
parent | ce4c61f184864991881ec789f7524f4b332eaafc [diff] |
[JFFS2] Simplify writebuffer handling The writev based write buffer implementation was far to complex as in most use cases the write buffer had to be handled anyway. Simplify the write buffer handling and use mtd->write instead. From extensive testing no performance impact has been noted. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>