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>
Showing
- Documentation/filesystems/Locking 1 addition, 1 deletionDocumentation/filesystems/Locking
- Documentation/filesystems/vfs.txt 3 additions, 3 deletionsDocumentation/filesystems/vfs.txt
- fs/9p/vfs_inode.c 4 additions, 6 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_inode_dotl.c 6 additions, 8 deletionsfs/9p/vfs_inode_dotl.c
- fs/ceph/dir.c 9 additions, 10 deletionsfs/ceph/dir.c
- fs/ceph/file.c 6 additions, 6 deletionsfs/ceph/file.c
- fs/ceph/super.h 3 additions, 3 deletionsfs/ceph/super.h
- fs/cifs/cifsfs.h 3 additions, 3 deletionsfs/cifs/cifsfs.h
- fs/cifs/dir.c 8 additions, 9 deletionsfs/cifs/dir.c
- fs/fuse/dir.c 16 additions, 17 deletionsfs/fuse/dir.c
- fs/namei.c 8 additions, 6 deletionsfs/namei.c
- fs/nfs/dir.c 27 additions, 30 deletionsfs/nfs/dir.c
- include/linux/fs.h 3 additions, 3 deletionsinclude/linux/fs.h
Loading
Please register or sign in to comment