commit | 70f18c08b476e315c8ee17ea34b55ea1957e7e7d | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Fri Feb 13 02:09:31 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 04 16:08:00 2009 -0700 |
tree | e53645ea3a3ff2e3d45a31c0f963815f3cfa7fb9 | |
parent | e46f74dc357947e2aed9bdd63cf335c5fd23810b [diff] |
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>