make new_sync_{read,write}() static
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 Apr 2015 19:41:18 +0000 (15:41 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:29:40 +0000 (22:29 -0400)
commit5d5d568975307877e9195f5305f4240e506a2807
treeb58d5b1af9e77189357b95f5cb0dc635bba65285
parent86cc05840a0da1afcb6b8151b53f3b606457c91b
make new_sync_{read,write}() static

All places outside of core VFS that checked ->read and ->write for being NULL or
called the methods directly are gone now, so NULL {read,write} with non-NULL
{read,write}_iter will do the right thing in all cases.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
59 files changed:
Documentation/filesystems/porting
arch/s390/hypfs/inode.c
drivers/char/mem.c
drivers/char/raw.c
drivers/net/macvtap.c
drivers/net/tun.c
drivers/staging/lustre/lustre/llite/file.c
drivers/usb/gadget/function/f_fs.c
drivers/usb/gadget/legacy/inode.c
fs/9p/vfs_file.c
fs/adfs/file.c
fs/affs/file.c
fs/afs/file.c
fs/bfs/file.c
fs/block_dev.c
fs/btrfs/file.c
fs/ceph/file.c
fs/cifs/cifsfs.c
fs/coda/file.c
fs/ecryptfs/file.c
fs/exofs/file.c
fs/ext2/file.c
fs/ext3/file.c
fs/ext4/file.c
fs/f2fs/file.c
fs/fat/file.c
fs/fuse/cuse.c
fs/fuse/file.c
fs/gfs2/file.c
fs/hfs/inode.c
fs/hfsplus/inode.c
fs/hostfs/hostfs_kern.c
fs/hpfs/file.c
fs/hugetlbfs/inode.c
fs/jffs2/file.c
fs/jfs/file.c
fs/logfs/file.c
fs/minix/file.c
fs/ncpfs/file.c
fs/nfs/file.c
fs/nfs/nfs4file.c
fs/nilfs2/file.c
fs/ntfs/file.c
fs/ocfs2/file.c
fs/omfs/file.c
fs/pipe.c
fs/ramfs/file-mmu.c
fs/ramfs/file-nommu.c
fs/read_write.c
fs/reiserfs/file.c
fs/romfs/mmap-nommu.c
fs/sysv/file.c
fs/ubifs/file.c
fs/udf/file.c
fs/ufs/file.c
fs/xfs/xfs_file.c
include/linux/fs.h
mm/shmem.c
net/socket.c