patch-2.4.27 linux-2.4.27/include/linux/affs_fs.h

Next file: linux-2.4.27/include/linux/affs_fs_sb.h
Previous file: linux-2.4.27/include/linux/acpi.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/include/linux/affs_fs.h linux-2.4.27/include/linux/affs_fs.h
@@ -33,7 +33,8 @@
 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);
-extern int	affs_init_bitmap(struct super_block *sb);
+extern int	affs_init_bitmap(struct super_block *sb, int *flags);
+extern void	affs_free_bitmap(struct super_block *sb);
 
 /* namei.c */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)