commit | e23159d2a7b2df5bce5f0ee8d57d3292243abf66 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Feb 12 14:48:39 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Mar 31 10:40:58 2008 +0100 |
tree | e7b447b7d1538b614bf041414e59603107c10151 | |
parent | 77658aad226866fb94097236d14d41a88aaab2ec [diff] |
[GFS2] Get inode buffer only once per block map call In the case that we needed to grow the height of the metadata tree we were looking up the inode buffer and then brelse()ing it despite the fact that it is needed later in the block map process. This patch ensures that we look up the inode's buffer once and only once during the block map process. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>