Commit 996d282c7ff470f150a467eb4815b90159d04c47
Committed by
Chris Mason
1 parent
25cd999e1a
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
Btrfs: do not start delalloc inodes during sync
btrfs_start_delalloc_inodes will just walk the list of delalloc inodes and start writing them out, but it doesn't splice the list or anything so as long as somebody is doing work on the box you could end up in this section _forever_. So just remove it, it's not needed anyway since sync will start writeback on all inodes anyway, all we need to do is wait for ordered extents and then we can commit the transaction. In my horrible torture test sync goes from taking 4 minutes to about 1.5 minutes. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff