On Thu, May 18, 2017 at 12:49:42PM +0200, Jan Kara wrote: > There is an off-by-one error in loop termination conditions in > ext4_find_unwritten_pgoff() since 'end' may index a page beyond end of > desired range if 'endoff' is page aligned. It doesn't have any visible > effects but still it is good to fix it. > > Signed-off-by: Jan Kara <jack@xxxxxxx> Thanks, applied. - Ted