commit | 3cc811bffdf35ebaf1467fbec71a49b57800fc74 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Sep 28 13:02:46 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Tue Sep 29 20:32:13 2009 +0900 |
tree | b00abe8ad3687faeacf9b543492f0b91c7abc600 | |
parent | 1f28fcd925b2b3157411bbd08f0024b55b70d8dd [diff] |
nilfs2: fix missing initialization of i_dir_start_lookup member The i_dir_start_lookup field in nilfs_inode_info objects should be cleared when the objects are allocated, but the the initialization was missing in case of reading from disk. This adds the initialization. Since the variable just gives a start page on directory lookups, the bug was nonfatal until now. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>