commit | 8f5bb0438b86d1a5393176ceeec2836fd469edf8 | [log] [tgz] |
---|---|---|
author | Yoshinori Sato <ysato@users.sourceforge.jp> | Mon Jun 06 14:46:32 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 06 14:57:51 2005 -0700 |
tree | 7b47dcf5d182cc3465cac1c904bdc3aec6e7e8f2 | |
parent | d671a1cbf7c7a5c5562106d39eb7f830ae5273ae [diff] |
[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 <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>