]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 May 2016 22:05:23 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 May 2016 22:05:23 +0000 (15:05 -0700)
commitc82c78dfc628160c2b62a177c0485626204bbe61
tree8983947c4d62365de3d98113662ff9e643a42a0f
parent975131796e1d984e546254422b5d92b7cf24c511
parentad579dcf35644d2f1b36577a49b6fb6e07074621
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs cleanups from Al Viro:
 "More cleanups from Christoph"

* 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  nfsd: use RWF_SYNC
  fs: add RWF_DSYNC aand RWF_SYNC
  ceph: use generic_write_sync
  fs: simplify the generic_write_sync prototype
  fs: add IOCB_SYNC and IOCB_DSYNC
  direct-io: remove the offset argument to dio_complete
  direct-io: eliminate the offset argument to ->direct_IO
  xfs: eliminate the pos variable in xfs_file_dio_aio_write
  filemap: remove the pos argument to generic_file_direct_write
  filemap: remove pos variables in generic_file_read_iter
15 files changed:
fs/btrfs/inode.c
fs/f2fs/data.c
fs/f2fs/file.c
fs/fuse/file.c
fs/gfs2/file.c
fs/hfs/inode.c
fs/hfsplus/inode.c
fs/jfs/inode.c
fs/nfs/direct.c
fs/ocfs2/aops.c
fs/read_write.c
fs/xfs/xfs_file.c
include/linux/fs.h
include/linux/nfs_fs.h
mm/page_io.c