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 from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html