Btrfs: don't call writepages from within write_full_page
authorJosef Bacik <josef@redhat.com>
Mon, 1 Aug 2011 18:37:36 +0000 (14:37 -0400)
committerChris Mason <chris.mason@oracle.com>
Mon, 1 Aug 2011 18:37:36 +0000 (14:37 -0400)
When doing a writepage we call writepages to try and write out any other dirty
pages in the area.  This could cause problems where we commit a transaction and
then have somebody else dirtying metadata in the area as we could end up writing
out a lot more than we care about, which could cause latency on anybody who is
waiting for the transaction to completely finish committing.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found