From: Pranith Kumar Date: Wed, 3 Sep 2014 14:31:16 +0000 (-0400) Subject: memfd_test: Make it work on 32-bit systems X-Git-Tag: fixes-against-v3.18-rc2~110^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e67900d4c7949ad646a5f43a8ca5180170d2a0;p=pandora-kernel.git memfd_test: Make it work on 32-bit systems This test currently fails on 32-bit systems since we use u64 type to pass the flags to fcntl. This commit changes this to use 'unsigned int' type for flags to fcntl making it work on 32-bit systems. Signed-off-by: Pranith Kumar Reviewed-by: David Herrmann Signed-off-by: Shuah Khan --- Reading git-diff-tree failed