commit | f36f3042eae238bdaefe7c79310afe573bfc3622 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Jul 30 10:04:48 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Jul 30 10:14:46 2009 -0400 |
tree | 83ea0e271dedeef36423509be7f4189b838d14b5 | |
parent | 276e680d192a67d222fcea51af37b056feffb665 [diff] |
Btrfs: be more polite in the async caching threads The semaphore used by the async caching threads can prevent a transaction commit, which can make the FS appear to stall. This releases the semaphore more often when a transaction commit is in progress. Signed-off-by: Chris Mason <chris.mason@oracle.com>