Home
last modified time | relevance | path

Searched hist:d51349829c378c06ba4aa7d4b16ca23739858608 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dsuballoc.cdiff d51349829c378c06ba4aa7d4b16ca23739858608 Fri Aug 13 17:15:16 CDT 2010 Mark Fasheh <mfasheh@suse.com> 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>