sanitize vfs_fsync calling conventions
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Mar 2010 16:32:25 +0000 (17:32 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 May 2010 22:31:21 +0000 (18:31 -0400)
commit8018ab057480974e7f26a387bf4ce040e9a5f6f1
tree98298180bf60797a028eca4f24234dc67d38a9d4
parente970a573ce30a3976234dcfb67906c164b0df9ee
sanitize vfs_fsync calling conventions

Now that the last user passing a NULL file pointer is gone we can remove
the redundant dentry argument and associated hacks inside vfs_fsynmc_range.

The next step will be removig the dentry argument from ->fsync, but given
the luck with the last round of method prototype changes I'd rather
defer this until after the main merge window.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/block/loop.c
drivers/md/bitmap.c
drivers/usb/gadget/storage_common.c
fs/ceph/file.c
fs/coda/file.c
fs/ecryptfs/file.c
fs/nfsd/nfs4recover.c
fs/nfsd/vfs.c
fs/sync.c
include/linux/fs.h
mm/msync.c