commit | d51349829c378c06ba4aa7d4b16ca23739858608 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Fri Aug 13 15:15:16 2010 -0700 |
committer | Tao Ma <tao.ma@oracle.com> | Wed Sep 08 14:25:58 2010 +0800 |
tree | 972c0087222f803e7789a44e40e27585790333bf | |
parent | 021960cab320ae3cc4e9aba9cca42f9f5ce785f3 [diff] |
ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open coding 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>