On Thu, 08 Nov 2012, Gerald Schaefer wrote:

> This patch fixes a warning about an empty address range that will be issued
> when the offset in prepare_segment() is smaller than page_size. In that case,
> check_range_empty() would be called with len == 0 (the page_size down-aligned
> offset), triggering the warning. This is fixed by checking the down-aligned
> offset instead of the offset itself before calling check_range_empty().
> 
> Signed-off-by: Gerald Schaefer <[email protected]>

Applied, thanks.
Eric

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Libhugetlbfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to