commit | 47c805dc2d2dff686962f5f0baa6bac2d703ba19 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 23 17:44:09 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 14 09:15:25 2011 -0400 |
tree | b596e0a1aadb1550ef2099df95832196cd0eeda1 | |
parent | c3e380b0b3cfa613189fb91513efd88a65e1d9d8 [diff] |
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 <viro@zeniv.linux.org.uk>