From: Eric Paris Date: Mon, 11 May 2009 17:59:22 +0000 (-0400) Subject: IMA: open all files O_LARGEFILE X-Git-Tag: v2.6.31-rc1~395^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a62e958fa4aaeeb752311b4f5e16b2a86737b23;p=pandora-kernel.git IMA: open all files O_LARGEFILE If IMA tried to measure a file which was larger than 4G dentry_open would fail with -EOVERFLOW since IMA wasn't passing O_LARGEFILE. This patch passes O_LARGEFILE to all IMA opens to avoid this problem. Signed-off-by: Eric Paris Acked-by: Mimi Zohar Signed-off-by: James Morris --- Reading git-diff-tree failed