Skip to content
  • Al Viro's avatar
    kill struct opendata · 30d90494
    Al Viro authored
    
    
    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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    30d90494