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 <[email protected]> > CC: [email protected] > Signed-off-by: Jan Kara <[email protected]>
Reviewed-by: Chao Yu <[email protected]> Thanks, ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
