sanitize vfs_fsync calling conventions
[deliverable/linux.git] / fs / coda / file.c
index 4c813f2cdc52dcaa7074322ffaeb11d34e4c8726..7196077b16886fb4eca989a44d42f4c454cd65a6 100644 (file)
@@ -217,7 +217,7 @@ int coda_fsync(struct file *coda_file, struct dentry *coda_dentry, int datasync)
        BUG_ON(!cfi || cfi->cfi_magic != CODA_MAGIC);
        host_file = cfi->cfi_container;
 
-       err = vfs_fsync(host_file, host_file->f_path.dentry, datasync);
+       err = vfs_fsync(host_file, datasync);
        if ( !err && !datasync ) {
                lock_kernel();
                err = venus_fsync(coda_inode->i_sb, coda_i2f(coda_inode));
This page took 0.030039 seconds and 5 git commands to generate.