remarkable-linux/fs/9p
Omar Sandoval 6f67376318 direct_IO: use iov_iter_rw() instead of rw everywhere
The rw parameter to direct_IO is redundant with iov_iter->type, and
treated slightly differently just about everywhere it's used: some users
do rw & WRITE, and others do rw == WRITE where they should be doing a
bitwise check. Simplify this with the new iov_iter_rw() helper, which
always returns either READ or WRITE.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-04-11 22:29:45 -04:00
..
acl.c
acl.h
cache.c
cache.h
fid.c 9p: switch to %p[dD] 2014-10-09 02:39:04 -04:00
fid.h
Kconfig
Makefile
v9fs.c fs: introduce f_op->mmap_capabilities for nommu mmap support 2015-01-20 14:02:58 -07:00
v9fs.h
v9fs_vfs.h 9p: switch p9_client_read() to passing struct iov_iter * 2015-04-11 22:28:27 -04:00
vfs_addr.c direct_IO: use iov_iter_rw() instead of rw everywhere 2015-04-11 22:29:45 -04:00
vfs_dentry.c 9p: switch to %p[dD] 2014-10-09 02:39:04 -04:00
vfs_dir.c 9p: switch p9_client_read() to passing struct iov_iter * 2015-04-11 22:28:27 -04:00
vfs_file.c make new_sync_{read,write}() static 2015-04-11 22:29:40 -04:00
vfs_inode.c VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) 2015-02-22 11:38:41 -05:00
vfs_inode_dotl.c assorted conversions to %p[dD] 2014-11-19 13:01:20 -05:00
vfs_super.c
xattr.c 9p: switch p9_client_read() to passing struct iov_iter * 2015-04-11 22:28:27 -04:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c