GFS2: Move readahead of metadata during deallocation into its own function
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 21 Sep 2011 10:05:16 +0000 (11:05 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 21 Oct 2011 11:39:54 +0000 (12:39 +0100)
commitb99b98dc2673a123a73068f16720232d7be7e669
treea191b03e9c054c62777d1b3ab3cae55cbd6e5e01
parent9ae32429fe036fcfce036ec57b28fc59f3911976
GFS2: Move readahead of metadata during deallocation into its own function

Move the recently added readahead of the indirect pointer
tree during deallocation into its own function in order
that we can use it elsewhere in the future. Also this
fixes the resetting of the "first" variable in the
original patch.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c