commit | 193219172691e29813821dc8433317768c6ed1a3 | [log] [tgz] |
---|---|---|
author | Joern Engel <joern@logfs.org> | Sat Mar 27 09:56:58 2010 +0100 |
committer | Joern Engel <joern@logfs.org> | Sun Mar 28 12:40:42 2010 +0200 |
tree | 9df87e5fa573deddd1d7b89da3005567308a2ab3 | |
parent | 6f2e9e6a950a165a7d2c399ab7557e6745ef2bfd [diff] |
Prevent data corruption in logfs_rewrite_block() The comment was correct, so make the code match the comment. As the new comment indicates, we might be able to do a little less work. But for the current -rc series let's keep it simple and just fix the bug. Signed-off-by: Joern Engel <joern@logfs.org>