blob: 6ee503a6bb4ef70240e485e024e7542b1a2a4d49 (
plain)
1
2
3
4
5
6
7
8
|
/* linux/fs/ext3/bitmap.c
*
* Copyright (C) 2005 Simtec Electronics
* Ben Dooks <[email protected]>
*
*/
extern unsigned long ext3_count_free (struct buffer_head *, unsigned int );
|