| commit | edcd1d843adf09d1742d49ae04fa51bb63ddd1c3 | [log] [tgz] |
|---|---|---|
| author | Cesar Eduardo Barros <cesarb@cesarb.net> | Wed May 26 14:44:27 2010 -0700 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 27 09:12:53 2010 -0700 |
| tree | 7c0af77b470531f3a5e648cca232ec5821101385 | |
| parent | 9d85cba718efeef9ca00ce3f7f34f5880737aa9b [diff] |
radix-tree: fix radix_tree_prev_hole() underflow case radix_tree_prev_hole() used LONG_MAX to detect underflow; however, ULONG_MAX is clearly what was intended, both here and by its only user (count_history_pages at mm/readahead.c). Reviewed-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>