commit | 88072faf9a32c92f37c15065496bb6eb309aebe3 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun Apr 05 15:03:16 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Apr 13 09:53:51 2009 +0900 |
tree | a99478df82c69a97b7e4644dbbd4b9d5df8f5949 | |
parent | 3efb55b496952e0d29a9ec66d0ceaab175c4e8ca [diff] |
nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error The nilfs_sufile_set_error() function wrongly adjusts the number of dirty segments instead of the number of clean segments. In addition, the function calls brelse() twice for the same buffer head. This fixes these bugs. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>