]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - Documentation/filesystems/vfs.txt
drop unused dentry argument to ->fsync
[net-next-2.6.git] / Documentation / filesystems / vfs.txt
index b66858538df5e3f09493a4181adbe1ef83ff1d3e..d4f5731dcbbb51e672a02026b160d0196fffbe79 100644 (file)
@@ -729,7 +729,7 @@ struct file_operations {
        int (*open) (struct inode *, struct file *);
        int (*flush) (struct file *);
        int (*release) (struct inode *, struct file *);
-       int (*fsync) (struct file *, struct dentry *, int datasync);
+       int (*fsync) (struct file *, int datasync);
        int (*aio_fsync) (struct kiocb *, int datasync);
        int (*fasync) (int, struct file *, int);
        int (*lock) (struct file *, int, struct file_lock *);