X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fafs%2Finternal.h;h=5f679b77ce24cf581cfab842236ae4e5ed391475;hb=9a9620db07b27700a4de9e86985735fffb78e2f8;hp=a10f2582844fefd9712e36343e27ec1a513620cc;hpb=f39d01be4c59a61a08d0cb53f615e7016b85d339;p=mv-sheeva.git diff --git a/fs/afs/internal.h b/fs/afs/internal.h index a10f2582844..5f679b77ce2 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -494,6 +494,7 @@ extern const struct file_operations afs_file_operations; extern int afs_open(struct inode *, struct file *); extern int afs_release(struct inode *, struct file *); +extern int afs_page_filler(void *, struct page *); /* * flock.c @@ -739,7 +740,7 @@ extern void afs_pages_written_back(struct afs_vnode *, struct afs_call *); extern ssize_t afs_file_write(struct kiocb *, const struct iovec *, unsigned long, loff_t); extern int afs_writeback_all(struct afs_vnode *); -extern int afs_fsync(struct file *, struct dentry *, int); +extern int afs_fsync(struct file *, int); /*****************************************************************************/