ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode.
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 03:47:43 +0000 (19:47 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:07:59 +0000 (16:07 -0700)
commite46f74dc357947e2aed9bdd63cf335c5fd23810b
tree2223c4659223d10415a72760a80981e4f784a235
parent1e2dd63fe0b6e99b81904a61090db801978b9520
ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode.

It already has struct ocfs2_extent_tree, which has the caching info.  So
we don't need to pass it struct inode.

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