]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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>
Sat, 4 Apr 2015 05:17:43 +0000 (01:17 -0400)
commit87582bc2c7e4bedd2e042fcfee57a5171638e3f8
tree950a88651c4678bf4324b9b1b8b679c629dbee11
parent1680993680e5cfc24f6a692bc18d53a37eedffdd
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