commit | 64e1ac4d46f9f5d8284aefb97e1b550dbb26abe8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 09 19:17:52 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jul 12 10:04:21 2018 -0400 |
tree | 86fa0a3f2b68d2c39d94faca05bef2b6255fbc61 | |
parent | 3ec2eef116e900099edc6d31a1a0423166e2906d [diff] |
->atomic_open(): return 0 in all success cases FMODE_OPENED can be used to distingusish "successful open" from the "called finish_no_open(), do it yourself" cases. Since finish_no_open() has been adjusted, no changes in the instances were actually needed. The caller has been adjusted. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>