diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2013-10-02 14:42:45 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2013-10-02 14:42:45 +0100 |
commit | 9e07f2cb3d7a93f4b1b18fc6e4dd6911dcba2442 (patch) | |
tree | ce2de09b90926f81d7e118f2a14ec3dc2dbc12be /include | |
parent | 7b9cff467144c8c62268db1b0948df089caa0999 (diff) | |
download | linux-stable-9e07f2cb3d7a93f4b1b18fc6e4dd6911dcba2442.tar.gz linux-stable-9e07f2cb3d7a93f4b1b18fc6e4dd6911dcba2442.tar.bz2 linux-stable-9e07f2cb3d7a93f4b1b18fc6e4dd6911dcba2442.zip |
GFS2: Speed up starting point selection for block allocation
When setting the starting point for block allocation, there were calls
to both gfs2_rbm_to_block() and gfs2_rbm_from_block() in the common case
of there being an active reservation. The gfs2_rbm_from_block() function
can be quite slow, and since the two conversions were effectively a
no-op, it makes sense to avoid them entirely in this case.
There is no functional change here, but the code should be a bit more
efficient after this patch.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions