diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-02-23 13:39:45 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-03-14 09:15:25 -0400 |
commit | c3e380b0b3cfa613189fb91513efd88a65e1d9d8 (patch) | |
tree | fd5f7d393beecb20d61cceb49b85c80f380790c2 /fs/exec.c | |
parent | f1afe9efc84476ca42fbb7301a441021063eead7 (diff) | |
download | op-kernel-dev-c3e380b0b3cfa613189fb91513efd88a65e1d9d8.zip op-kernel-dev-c3e380b0b3cfa613189fb91513efd88a65e1d9d8.tar.gz |
Collect "operation mode" arguments of do_last() into a structure
No point messing with passing shitloads of "operation mode" arguments
to do_open() one by one, especially since they are not going to change
during do_filp_open(). Collect them into a struct, fill it and pass
to do_last() by reference.
Make sure that lookup intent flags are correctly set and removed - we
want them for do_last(), but they make no sense for __do_follow_link().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/exec.c')
0 files changed, 0 insertions, 0 deletions