commit | 6ce0a856c10c8ab8568764436864616efa88e908 | [log] [tgz] |
---|---|---|
author | Richard Purdie <rpurdie@rpsys.net> | Tue Jan 29 11:27:11 2008 +0000 |
committer | David Woodhouse <dwmw2@infradead.org> | Sun Feb 03 18:14:41 2008 +1100 |
tree | 39c6b56a261c7585357386f42b32d773490bcf84 | |
parent | 2986bd2a330e57af53c016276d63d46ded10e9c5 [diff] |
[MTD] mtdoops: Perform write operations in a workqueue Writing to the flash needs to be done in a workqueue. The console write functions may be called in any context which can lead to lockups otherwise. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: David Woodhouse <dwmw2@infradead.org>