From: Yoshinori Sato Date: Mon, 6 Jun 2005 21:46:32 +0000 (-0700) Subject: [PATCH] binfmt_flat mmap flag fix X-Git-Tag: v2.6.12~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5bb0438b86d1a5393176ceeec2836fd469edf8;p=pandora-kernel.git [PATCH] binfmt_flat mmap flag fix Make sure that binfmt_flat passes the correct flags into do_mmap(). nommu's validate_mmap_request() will simple return -EINVAL if we try and pass it a flags value of zero. Signed-off-by: Yoshinori Sato Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed