make ->atomic_open() return int
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 22 Jun 2012 08:39:14 +0000 (12:39 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:33:35 +0000 (16:33 +0400)
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>

No differences found