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)
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>

No differences found