kill struct opendata
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 22 Jun 2012 08:40:19 +0000 (12:40 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:33:39 +0000 (16:33 +0400)
Just pass struct file *.  Methods are happier that way...
There's no need to return struct file * from finish_open() now,
so let it return int.  Next: saner prototypes for parts in
namei.c

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found