https://github.com/torvalds/linux
Revision 7a0ad10c367ab57c899d340372f37880cbe6ab52 authored by Christoph Hellwig on 17 December 2009, 13:24:40 UTC, committed by Al Viro on 17 December 2009, 16:03:25 UTC
We recently go rid of all callers of do_sync_file_range as they're better
served with vfs_fsync or the filemap_write_and_wait.  Now that
do_sync_file_range is down to a single caller fold it into it so that people
don't start using it again accidentally.  While at it also switch it from
using __filemap_fdatawrite_range(..., WB_SYNC_ALL) to the more clear
filemap_fdatawrite_range().

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 76b7e00
History
Tip revision: 7a0ad10c367ab57c899d340372f37880cbe6ab52 authored by Christoph Hellwig on 17 December 2009, 13:24:40 UTC
fold do_sync_file_range into sys_sync_file_range
Tip revision: 7a0ad10
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 958 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 160.2 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top