commit | 4d8d9293dce503eb0e083e17a02a328d397e7f00 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Wed Aug 25 17:45:44 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Oct 23 09:24:34 2010 +0900 |
tree | ffa2dce7f100b1346131adc01cf93e280b225509 | |
parent | ba65ae4729bf81c58d9fc847f67d57eec525b042 [diff] |
nilfs2: set pointer to root object in inodes This puts a pointer to nilfs_root object in the private part of on-memory inode, and makes nilfs_iget function pick up the inode with the same root object. Non-root inodes inherit its nilfs_root object from parent inode. That of the root inode is allocated through nilfs_attach_checkpoint() function. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>