Al Viro d95852777b 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>
2012-07-14 16:33:35 +04:00
..
2012-07-14 16:33:35 +04:00
2012-05-29 23:28:33 -04:00
2012-07-14 16:33:35 +04:00
2012-05-16 14:28:28 -05:00
2012-05-16 14:28:27 -05:00
2011-06-07 21:36:45 -07:00
2011-01-12 15:15:13 -08:00
2012-05-31 17:49:26 -07:00
2012-07-14 16:33:35 +04:00