commit | d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 22 12:39:14 2012 +0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 14 16:33:35 2012 +0400 |
tree | 96e9d8b1d33c4f6f7b5ba5be0fa4fd8f77c7a67f | |
parent | 3d8a00d2099ebc6d5a6e95fadaf861709d9919a8 [diff] |
make ->atomic_open() return int Change of calling conventions: old new NULL 1 file 0 ERR_PTR(-ve) -ve Caller *knows* that struct file *; no need to return it. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>