On Sat, 20 Jun 2015, Oleg Nesterov wrote: > The "new_len > old_len" branch in vma_to_resize() looks very confusing. > It only covers the VM_DONTEXPAND/pgoff checks but everything below is > equally unneeded if new_len == old_len. > > Change this code to return if "new_len == old_len", new_len < old_len > is not possible, otherwise the code below is wrong anyway. > > Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: David Rientjes <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

