summaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2012-01-26 20:01:11 (GMT)
committerChris Mason <chris.mason@oracle.com>2012-01-26 20:01:11 (GMT)
commit6dd70ce4eb7429c2ba6dd9fa46f78a0a2a254038 (patch)
treed527b7a18a05183b9826d42f42e74811d5793cef /fs/btrfs/free-space-cache.c
parent357b9784b79924a31ccded5d9a0c688f48cc28f2 (diff)
downloadlinux-fsl-qoriq-6dd70ce4eb7429c2ba6dd9fa46f78a0a2a254038.tar.xz
btrfs: Fix busyloops in transaction waiting code
wait_log_commit() and wait_for_writer() were using slightly different conditions for deciding whether they should call schedule() and whether they should continue in the wait loop. Thus it could happen that we busylooped when the first condition was not true while the second one was. That is burning CPU cycles needlessly and is deadly on UP machines... Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/free-space-cache.c')
0 files changed, 0 insertions, 0 deletions