commit | 0df61da8ac5b7acb1db6cee142822ebe4724c739 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Mar 07 09:32:14 2016 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Mar 07 09:32:14 2016 +1100 |
tree | 67955be0173dc87327bd70ddfc339deaae028897 | |
parent | e10de3723c53378e7cf441529f563c316fdc0dd3 [diff] |
xfs: ioends require logically contiguous file offsets We need to create a new ioend if the current writepage call isn't logically contiguous with the range contained in the previous ioend. Hopefully writepage gets called in order of increasing file offset. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>