X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Faffs_fs.h;h=b52f1320f87473ffe07a4a31a641fbe7e90b3b3f;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=5ba9d6205dc04db2847b10b2401f3b1b4b650aa2;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/affs_fs.h b/include/linux/affs_fs.h index 5ba9d6205..b52f1320f 100644 --- a/include/linux/affs_fs.h +++ b/include/linux/affs_fs.h @@ -32,7 +32,6 @@ extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry); /* bitmap. c */ -extern u32 affs_count_free_bits(u32 blocksize, const void *data); extern u32 affs_count_free_blocks(struct super_block *s); extern void affs_free_block(struct super_block *sb, u32 block); extern u32 affs_alloc_block(struct inode *inode, u32 goal); @@ -63,7 +62,7 @@ extern void affs_put_inode(struct inode *inode); extern void affs_delete_inode(struct inode *inode); extern void affs_clear_inode(struct inode *inode); extern void affs_read_inode(struct inode *inode); -extern void affs_write_inode(struct inode *inode, int); +extern int affs_write_inode(struct inode *inode, int); extern int affs_add_entry(struct inode *dir, struct inode *inode, struct dentry *dentry, s32 type); /* super.c */