commit | 8915ef32bba2d60ffc59e66d829a8e7ac58cc1d9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jun 10 05:01:45 2012 -0400 |
committer | Luca Weiss <luca@z3ntu.xyz> | Fri Mar 01 17:13:15 2019 +0100 |
tree | 78917013ebb82d57d9e6796aadad936a67384798 | |
parent | dac29eab46af627d3c268f0620c9c481819b019a [diff] |
->atomic_open() prototype change - pass int * instead of bool * ... and let finish_open() report having opened the file via that sucker. Next step: don't modify od->filp at all. [AV: FILE_CREATE was already used by cifs; Miklos' fix folded] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>