diff options
author | David Chinner <dgc@sgi.com> | 2008-02-05 12:13:38 +1100 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-07 18:23:05 +1100 |
commit | de08dbc1977419efa47eb71f10d96a98eb5bb111 (patch) | |
tree | 178aab8a805b8b44d593f9e96eae5fd3cb792ff9 /fs/xfs/xfs_trans_inode.c | |
parent | 249a8c1124653fa90f3a3afff869095a31bc229f (diff) |
[XFS] Make xfs_ail_check check less by default
Checking the entire AIL on every insert and remove is prohibitively
expensive - the sustained sequntial create rate on a single disk drops
from about 1800/s to 60/s because of this checking resulting in the
xfslogd becoming cpu bound.
By default on debug builds, only check the next and previous entries in
the list to ensure they are ordered correctly. If you really want, define
XFS_TRANS_DEBUG to use the old behaviour.
SGI-PV: 972759
SGI-Modid: xfs-linux-melb:xfs-kern:30372a
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_trans_inode.c')
0 files changed, 0 insertions, 0 deletions