xfs: Add xfs_iget_root() to XFS filesystem ops
commit13546ed6db73f7d179292fb9db1613d5d03c2848
authorPaulo Alcantara <pcacjr@zytor.com>
Mon, 9 Jul 2012 17:35:14 +0000 (9 14:35 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:45 +0000 (21 01:21 -0300)
treeb8f4bbf930dfecbef5fa1f602b9ea09dc6d1c85a
parent3f7455cd963b4136e495bf62296b82bc2dbfc2e7
xfs: Add xfs_iget_root() to XFS filesystem ops

This patch adds initial implementation of the xfs_iget_root() filesystem
operation.

Note also that this is not going to work with inode B+trees with any
level associated with it other than only leafs in the tree. I intend to
finish these remaining features in xfs_iget_root() once I get xfs_iget()
function working properly.

I'm looking forward to implement xfs_iget() function since we have now
xfs_iget_root() function at some point.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c
core/fs/xfs/xfs.h
core/fs/xfs/xfs_ag.h