]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/pohmelfs/inode.c
drop unused dentry argument to ->fsync
[net-next-2.6.git] / drivers / staging / pohmelfs / inode.c
index 9286e863b0e74d70a5aa32b94e5e0cfb9357393a..e92595eff1b81fc71e33fc7cee4516d715de58a2 100644 (file)
@@ -880,7 +880,7 @@ static struct inode *pohmelfs_alloc_inode(struct super_block *sb)
 /*
  * We want fsync() to work on POHMELFS.
  */
-static int pohmelfs_fsync(struct file *file, struct dentry *dentry, int datasync)
+static int pohmelfs_fsync(struct file *file, int datasync)
 {
        struct inode *inode = file->f_mapping->host;
        struct writeback_control wbc = {