Skip to content
Commit d9585277 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3d8a00d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment