ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode.
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 10:09:31 +0000 (02:09 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:08:00 +0000 (16:08 -0700)
commit70f18c08b476e315c8ee17ea34b55ea1957e7e7d
treee53645ea3a3ff2e3d45a31c0f963815f3cfa7fb9
parente46f74dc357947e2aed9bdd63cf335c5fd23810b
ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode.

It already gets ocfs2_extent_tree, so we can just use that.  This chains
to the same modification for ocfs2_remove_rightmost_path() and
ocfs2_rotate_rightmost_leaf_left().

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