From: Christoph Hellwig Date: Mon, 22 Mar 2010 16:32:25 +0000 (+0100) Subject: sanitize vfs_fsync calling conventions X-Git-Tag: v2.6.35-rc1~432^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8018ab057480974e7f26a387bf4ce040e9a5f6f1;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed