commit | dbfdb6d1b369b88253af1cd71723437d152b0b50 | [log] [tgz] |
---|---|---|
author | Chandan Rajendra <chandan@linux.vnet.ibm.com> | Thu Jan 21 15:55:58 2016 +0530 |
committer | David Sterba <dsterba@suse.com> | Mon Feb 01 19:24:29 2016 +0100 |
tree | 1823ea5a0d8c276886b41478234b91d800058aaa | |
parent | d0b7da88f6409c740435712b092a8e2c7d2a8f74 [diff] |
Btrfs: Search for all ordered extents that could span across a page In subpagesize-blocksize scenario it is not sufficient to search using the first byte of the page to make sure that there are no ordered extents present across the page. Fix this. Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com> Signed-off-by: David Sterba <dsterba@suse.com>