->atomic_open() prototype change - pass int * instead of bool *
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 Jun 2012 09:01:45 +0000 (05:01 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:33:31 +0000 (16:33 +0400)
... 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>

No differences found