]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: loop waiting on writeback
authorChris Mason <chris.mason@oracle.com>
Wed, 21 Mar 2012 16:09:56 +0000 (12:09 -0400)
committerChris Mason <chris.mason@oracle.com>
Mon, 26 Mar 2012 21:04:23 +0000 (17:04 -0400)
commit8a0948dfe3ffe5bb79d109849c9e8c570e1042e1
treeaa93b224046b29daeca6602176a05c980d58a3c1
parentf5aed141f3883fbfe82a71ebd30d297e342f741c
Btrfs: loop waiting on writeback

lock_extent_buffer_for_io needs to loop around and make sure the
writeback bits are not set.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/extent_io.c