ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open coding
authorMark Fasheh <mfasheh@suse.com>
Fri, 13 Aug 2010 22:15:16 +0000 (15:15 -0700)
committerTao Ma <tao.ma@oracle.com>
Wed, 8 Sep 2010 06:25:58 +0000 (14:25 +0800)
ocfs2_search_chain() makes the same updates as
ocfs2_alloc_dinode_update_counts to the alloc inode. Instead of open coding
the bitmap update, use our helper function.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Tao Ma <tao.ma@oracle.com>

No differences found