]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/buffer_head.h
drop unused dentry argument to ->fsync
[net-next-2.6.git] / include / linux / buffer_head.h
index 16ed0284d780c2177e0f5a4b617a9fcb4a316d41..05e5f599621659313774d35c209b20b46cf3cea0 100644 (file)
@@ -224,7 +224,7 @@ int block_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf,
 void block_sync_page(struct page *);
 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
-int file_fsync(struct file *, struct dentry *, int);
+int file_fsync(struct file *, int);
 int nobh_write_begin(struct file *, struct address_space *,
                                loff_t, unsigned, unsigned,
                                struct page **, void **, get_block_t*);