ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree().
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 11:54:22 +0000 (03:54 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:08:13 +0000 (16:08 -0700)
commit5e404e9ed1b05cafb044bd46792e50197df805ed
treee3146e03f8a0fc12307db0cbea900728a36ffaac
parenta1cf076ba93f9fdf3eb4195f9f43d1e7cb7550f2
ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree().

With this commit, extent tree operations are divorced from inodes and
rely on ocfs2_caching_info.  Phew!

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