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)
commit30d904947459cca2beb69e0110716f5248b31f2a
tree024e2a913266377d234147b14b7eb37017546173
parenta4a3bdd778715999ddfeefdc52ab76254580fa76
kill struct opendata

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>
15 files changed:
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
fs/9p/vfs_inode.c
fs/9p/vfs_inode_dotl.c
fs/ceph/dir.c
fs/ceph/file.c
fs/ceph/super.h
fs/cifs/cifsfs.h
fs/cifs/dir.c
fs/fuse/dir.c
fs/internal.h
fs/namei.c
fs/nfs/dir.c
fs/open.c
include/linux/fs.h