commit | 4afc31345e5f543e5d89a47aeadaaad1d91a5bc8 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun Aug 29 01:55:38 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Aug 30 10:18:03 2010 +0900 |
tree | 698cd37b9f285343e2c309a897d566501760bb9f | |
parent | 2bfc96a127bc1cc94d26bfaa40159966064f9c8c [diff] |
nilfs2: fix leak of shadow dat inode in error path of load_nilfs If load_nilfs() gets an error while doing recovery, it will fail to free the shadow inode of dat (nilfs->ns_gc_dat). This fixes the leak issue. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>