commit | b0d5fd307463405fe1f57494fbb37f810715ed6d | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue Dec 11 19:16:09 2007 -0600 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:14:13 2008 +0000 |
tree | 2a627d7362a6db7eea4c388b0e0f0ceed8362fb5 | |
parent | 398bbe68321947f6763fbc259a01eb548ce19408 [diff] |
[GFS2] Only fetch the dinode once in block_map Function gfs2_block_map was often looking up the disk inode twice. This optimizes it so that only does it once. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>