From: Eric Anholt Date: Tue, 7 Apr 2009 23:01:22 +0000 (-0700) Subject: drm/i915: Correctly set the write flag for get_user_pages in pread. X-Git-Tag: v2.6.30-rc2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e9ecde63ba365b510df0f4a9cb3b048a0ad785;p=pandora-kernel.git drm/i915: Correctly set the write flag for get_user_pages in pread. Otherwise, the results of our read didn't show up when we were faulting in the page being read into (as happened with a testcase reading into a big stack area). Likely accounts for some conformance test failures. Signed-off-by: Eric Anholt --- Reading git-diff-tree failed