From: Jeff Layton Date: Fri, 18 Sep 2009 20:05:53 +0000 (-0700) Subject: vfs: remove redundant position check in do_sendfile X-Git-Tag: v2.6.32-rc1~58^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9098980ffea9c749622ff8ddf3b6d5831902a46;p=pandora-kernel.git vfs: remove redundant position check in do_sendfile As Johannes Weiner pointed out, one of the range checks in do_sendfile is redundant and is already checked in rw_verify_area. Signed-off-by: Jeff Layton Reviewed-by: Johannes Weiner Cc: Christoph Hellwig Cc: Al Viro Cc: Robert Love Cc: Mandeep Singh Baines Signed-off-by: Andrew Morton Signed-off-by: Al Viro --- Reading git-diff-tree failed