From: Al Viro Date: Wed, 23 Feb 2011 22:44:09 +0000 (-0500) Subject: switch do_filp_open() to struct open_flags X-Git-Tag: v2.6.39-rc1~514^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c805dc2d2dff686962f5f0baa6bac2d703ba19;p=pandora-kernel.git switch do_filp_open() to struct open_flags take calculation of open_flags by open(2) arguments into new helper in fs/open.c, move filp_open() over there, have it and do_sys_open() use that helper, switch exec.c callers of do_filp_open() to explicit (and constant) struct open_flags. Signed-off-by: Al Viro --- Reading git-diff-tree failed