[RFC PATCH 4/5] readahead: remove end range check

2013-07-03 Thread Joonsoo Kim
Signed-off-by: Joonsoo Kim diff --git a/mm/readahead.c b/mm/readahead.c index daed28d..3932f28 100644 --- a/mm/readahead.c +++ b/mm/readahead.c @@ -166,6 +166,8 @@ __do_page_cache_readahead(struct address_space *mapping, struct file *filp, goto out; end_index = ((isize

[RFC PATCH 4/5] readahead: remove end range check

2013-07-03 Thread Joonsoo Kim
Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com diff --git a/mm/readahead.c b/mm/readahead.c index daed28d..3932f28 100644 --- a/mm/readahead.c +++ b/mm/readahead.c @@ -166,6 +166,8 @@ __do_page_cache_readahead(struct address_space *mapping, struct file *filp, goto out;