ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode.
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 03:43:57 +0000 (19:43 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:07:58 +0000 (16:07 -0700)
commit09106bae05c3350e8d0ef0ede90b1c3da4bda2f8
tree73e216e39897e9519b0e30843cddbd20074fcdca
parent1bbf0b8d606645c7596ee641acfbf042765c9719
ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode.

Pass in the extent tree, which is all we need.

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