Joel Becker 8d6220d6a7 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>
2008-10-13 16:57:05 -07:00
..
2008-10-13 10:10:37 -07:00
2008-09-13 14:41:51 -07:00
2008-10-13 09:47:43 +11:00
2008-09-05 09:51:30 -05:00
2008-09-02 23:15:22 +01:00
2008-09-02 19:21:37 -07:00
2008-10-10 04:24:51 +04:00
2008-10-02 15:53:13 -07:00
2008-10-09 08:57:05 +02:00
2008-10-13 09:51:41 -07:00
2008-10-10 20:02:48 -04:00
2008-10-13 09:51:41 -07:00