commit | ec038c826b5c3c163ad1673390f10e869020c28c | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue Mar 22 13:55:23 2011 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Apr 20 08:54:26 2011 +0100 |
tree | 11d97ed7a40033e1bf113e3ca7fa28e4f22bfe0d | |
parent | d24a7a439a329b60f8e168c03e80566519e09be2 [diff] |
GFS2: pass leaf_bh into leaf_dealloc Function foreach_leaf used to look up the leaf block address and get a buffer_head. Then it would call leaf_dealloc which did the same lookup. This patch combines the two operations by making foreach_leaf pass the leaf bh to leaf_dealloc. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>