On 2017/9/14 21:18, Jan Kara wrote: > In several places we want to iterate over all tagged pages in a mapping. > However the code was apparently copied from places that iterate only > over a limited range and thus it checks for index <= end, optimizes the > case where we are coming close to range end which is all pointless when > end == ULONG_MAX. So just remove this dead code. > > CC: Jaegeuk Kim <jaegeuk@xxxxxxxxxx> > CC: linux-f2fs-devel@xxxxxxxxxxxxxxxxxxxxx > Signed-off-by: Jan Kara <jack@xxxxxxx> Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx> Thanks, -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>