X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Fgfs2%2Fbmap.h;h=ac2fd04370dc445d4c21925d6ee86ea7942fa8f6;hb=baab1087c61d4506f2c9f4cdb7da162160de16c2;hp=503f1cdda29097f548390adefc6197c41a124b49;hpb=f2f7ba5237e2fe10ba3e328a4f728b9e1ff141da;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/gfs2/bmap.h b/fs/gfs2/bmap.h index 503f1cd..ac2fd04 100644 --- a/fs/gfs2/bmap.h +++ b/fs/gfs2/bmap.h @@ -15,7 +15,7 @@ struct gfs2_inode; struct page; int gfs2_unstuff_dinode(struct gfs2_inode *ip, struct page *page); -int gfs2_block_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, int *boundary); +int gfs2_block_map(struct inode *inode, u64 lblock, int create, struct buffer_head *bh); int gfs2_extent_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, unsigned *extlen); int gfs2_truncatei(struct gfs2_inode *ip, u64 size);