diff options
author | Joel Becker <joel.becker@oracle.com> | 2008-08-22 19:46:09 (GMT) |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-10-13 23:57:05 (GMT) |
commit | 8d6220d6a74a33552cf877bcea25503d7f6a59e6 (patch) | |
tree | 2c3f662c55ab4a0a22989c06edf0d027387bfbed /Makefile | |
parent | 1625f8ac151743e452ec062c2989669c508ffa48 (diff) | |
download | linux-fsl-qoriq-8d6220d6a74a33552cf877bcea25503d7f6a59e6.tar.xz |
ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()
The original get/put_extent_tree() functions held a reference on
et_root_bh. However, every single caller already has a safe reference,
making the get/put cycle irrelevant.
We change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree(). It
no longer gets a reference on et_root_bh. ocfs2_put_extent_tree() is
removed. Callers now have a simpler init+use pattern.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions