From: Peng Tao Date: Tue, 3 Dec 2013 17:54:57 +0000 (+0800) Subject: staging/lustre/llite: remove ll_file_get_iov_count X-Git-Tag: v3.14-rc1~150^2~560 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960edbe307b1f23fa481bed2c6fa492649ea3f30;p=pandora-kernel.git staging/lustre/llite: remove ll_file_get_iov_count It exactly copies generic_segment_checks() except wrongly calling access_ok(VERIFY_READ) for aio read range. Drop it and just call generic_segment_checks() instead. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed