commit | e46f74dc357947e2aed9bdd63cf335c5fd23810b | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Thu Feb 12 19:47:43 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 04 16:07:59 2009 -0700 |
tree | 2223c4659223d10415a72760a80981e4f784a235 | |
parent | 1e2dd63fe0b6e99b81904a61090db801978b9520 [diff] |
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>