commit | 6b4e8085c0004382b985a5c005c685073630e746 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 08 21:45:07 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 10 23:29:03 2018 -0400 |
tree | 9b7cc4226ab495fd2716e328754294028b973fb3 | |
parent | b10a4a9f7695335bd2bb19bffdda7fbefbc6581f [diff] |
make sure do_dentry_open() won't return positive as an error An ->open() instances really, really should not be doing that. There's a lot of places e.g. around atomic_open() that could be confused by that, so let's catch that early. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>