commit | 8018ab057480974e7f26a387bf4ce040e9a5f6f1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Mar 22 17:32:25 2010 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 21 18:31:21 2010 -0400 |
tree | 98298180bf60797a028eca4f24234dc67d38a9d4 | |
parent | e970a573ce30a3976234dcfb67906c164b0df9ee [diff] |
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>