From: Ryusuke Konishi Date: Wed, 25 Aug 2010 08:45:44 +0000 (+0900) Subject: nilfs2: set pointer to root object in inodes X-Git-Tag: v2.6.37-rc1~150^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d8d9293dce503eb0e083e17a02a328d397e7f00;p=pandora-kernel.git 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 --- Reading git-diff-tree failed