]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a1260be3172db16b5bbf462c6b0f736d28fe75a
tree024e2a913266377d234147b14b7eb37017546173
parent73ed38f61ef9c4962fc6d0f62c8dd68b525cf517
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