ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root()
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 03:20:13 +0000 (19:20 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:07:55 +0000 (16:07 -0700)
commit7dc028056750328e74ca807041c822068384fe16
tree507d64e5d1136afea9ad54b9011fea4dfbe8b15f
parent5c601aba8c5d9d5f944cf02b59e3288dd72ae6cf
ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root()

Get rid of the inode argument.  Use extent_tree instead.  This means a
few more functions have to pass an extent_tree around.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/alloc.c